DK for ActiveX | TatukGIS_XDK11.ITGIS_ControlAttributes | Interfaces | Methods | Properties
Visual Shape attributes component.
Available also on: Delphi FMX | .NET WinForms | Java | ActiveX | Python.
// C# public interface ITGIS_ControlAttributes: ITBaseObject { }
' VisualBasic Public Interface ITGIS_ControlAttributes Implements ITBaseObject End Class
// Oxygene type ITGIS_ControlAttributes = public interface( ITBaseObject ) end;
| Name | Visibility | Description | |
|---|---|---|---|
| AttachDelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
| CancelChanges | public | Cancel changes made in the control. | |
| Clear | public | Clear attributes display. | |
| CopyToClipboard | public | Copy information from the control to clipboard. | |
| DelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
| DoControlEnter | public | Handler for Enter event. | |
| DoValueChanged | public | Handler for Change event. | |
| Invalidate | public | Rebuild attributes display. | |
| NewShape | public | Show attributes for a new shape. | |
| SaveChanges | public | Save changes made in the control. | |
| ShowSelected | public | Show statistics for selected shapes. | |
| ShowShape | public | Show attributes for given _shape. | |
| SubscribedEvent | public | ||
| Name | Visibility | Description | |
|---|---|---|---|
| AllowNull | public | True, NULL fields are accepted. | |
| AllowRestructure | public | True, fields can be restructured. | |
| BiDiModeFromTranslation | public | Decides where use BiDiMode from property or from translation | |
| BorderStyle | public | See documentation for TCustomControl in Delphi help. | |
| Color | public | See documentation for TCustomControl in Delphi help. | |
| FieldNameColumnWidth | public | Width of the left column | |
| Font | public | See documentation for TCustomControl in Delphi help. | |
| IgnoreFldxDefinition | public | When True, 'Fldx' rules are ignored. | |
| LayoutType | public | Layout type. | |
| ReadOnly | public | True, if component is Read Only. | |
| ShowBtnCancel | public | True, if 'Cancel' button comes up | |
| ShowBtnOk | public | True, if 'OK' button comes up | |
| ShowInternalFields | public | If true, fields like GIS_AREA, GIS_LENGTH will be displayed. | |
| ShowVirtualFields | public | Show or hide virtual layer fields. | |
| Units | public | Units used for displaying GIS_LENGTH/GIS_AREA. | |
| UnitsEPSG | public | Units EPSG code for displaying GIS_LENGTH and GIS_AREA fields. | |
| VirtualFields | public | The set of virtual fields that are displayed when ShowVirtualFields property is active. | |