DK11 for ActiveX | TatukGIS_XDK11.TGIS_FieldRule | Classes | Methods | Properties
Class responsible for complete rule based editing of the attribute field.
// C# public class TGIS_FieldRule : ITGIS_FieldRule { }
' VisualBasic Public Class TGIS_FieldRule Implements ITGIS_FieldRule End Class
// Oxygene type TGIS_FieldRule = public class end;
Name | Visibility | Description | |
---|---|---|---|
AttachDelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
Check | public | Check value against all formulas. | |
DelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
ResolveGet | public | Resolve value in a meaning of reading it form a layer. | |
ResolveSet | public | Resolve value in a meaning of saving it to a layer. | |
Name | Visibility | Description | |
---|---|---|---|
Caption | public | Field caption. | |
LongName | public | Field long name (w/o taking care of file format limits). | |
Modified | public | True if rules were modified. | |
ValueAliases | public | List of all filed aliases. | |
ValueChecks | public | List of all checks associated the the filed. | |
ValueFormat | public | Value format specifier like in printf. | |
Values | public | List of all allowed values. | |