[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: db.pas line 1207
| type TObjectField = class(TField) | 
| public | 
| property FieldCount: Integer; [r] | 
| property FieldValues []: Variant; default; [rw] | 
| property UnNamed: Boolean; [r] | 
| published | 
| property ObjectType: string; [rw] | 
| end; | 
| | | ||
| 
 | Provide access to the contents of a single field in a record. | |
| | | ||
| | | ||
| | | ||