| TField: | Methods |
| Get | Get field value |
| GetInt | Get int field value |
| GetLong | Get long field value |
| GetFloat | Get float field value |
| GetDouble | Get double field value |
| GetString | Get string field value |
| Set | Set field value |
| SetInt | Set int field value |
| SetLong | Set long field value |
| SetFloat | Set float field value |
| SetDouble | Set double field value |
| SetString | Set string field value |
| Method Get:Object( obj:Object ) | |
| Description | Get field value |
| Method GetInt:Int( obj:Object ) | |
| Description | Get int field value |
| Method GetLong:Long( obj:Object ) | |
| Description | Get long field value |
| Method GetFloat:Float( obj:Object ) | |
| Description | Get float field value |
| Method GetDouble:Double( obj:Object ) | |
| Description | Get double field value |
| Method GetString$( obj:Object ) | |
| Description | Get string field value |
| Method Set( obj:Object,value:Object ) | |
| Description | Set field value |
| Method SetInt( obj:Object,value:Int ) | |
| Description | Set int field value |
| Method SetLong( obj:Object,value:Long ) | |
| Description | Set long field value |
| Method SetFloat( obj:Object,value:Float ) | |
| Description | Set float field value |
| Method SetDouble( obj:Object,value:Double ) | |
| Description | Set double field value |
| Method SetString( obj:Object,value$ ) | |
| Description | Set string field value |