type TIFPSAttributeTypeField = class(TObject)
s
![]() |
constructor Create(AOwner: TIFPSAttributeType); |
![]() |
constructor Create(AOwner: TIFPSAttributeType); |
![]() |
property FieldName: string; |
![]() |
property FieldNameHash: Longint; |
![]() |
property FieldOrgName: string; |
![]() |
property FieldType: TIFPSType; |
![]() |
property Hidden: Boolean; |
![]() |
property Owner: TIFPSAttributeType; |
![]() |
property FieldName: string; |
The compiled name for this type field
![]() |
property FieldNameHash: Longint; |
Hash for the Fieldname
![]() |
property FieldOrgName: string; |
The original name for this type field
![]() |
property FieldType: TIFPSType; |
The type of this field
![]() |
property Hidden: Boolean; |
When true, this field is ignored and can be used by custom functions to store info
![]() |
property Owner: TIFPSAttributeType; |
Owner of this attributetypefield