DK for ActiveX | TatukGIS_XDK11.ITGIS_ControlAttributes | Interfaces | Methods | Properties
Windows VCL visual control for displaying, editing, and restructuring shape attributes, and for showing statistics for selected shapes.
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 | Clears the attributes display. | |
| CopyToClipboard | public | Copy information from the control to clipboard. | |
| DelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
| DoControlEnter | public | Handles the Enter event for internal editor controls. | |
| DoValueChanged | public | Handles the Change event for internal editor controls. | |
| Invalidate | public | Rebuilds the 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 | Shows attributes for the specified shape. | |
| SubscribedEvent | public | ||
| Name | Visibility | Description | |
|---|---|---|---|
| AllowNull | public | True if NULL field values are accepted. | |
| AllowRestructure | public | True, fields can be restructured. | |
| BiDiModeFromTranslation | public | Determines whether BiDiMode is taken from the property value or from translation settings. | |
| BorderStyle | public | See the Delphi documentation for TCustomControl. | |
| Color | public | See the Delphi documentation for TCustomControl. | |
| FieldNameColumnWidth | public | Width of the left column. | |
| Font | public | See the Delphi documentation for TCustomControl. | |
| IgnoreFldxDefinition | public | When True, 'Fldx' rules are ignored. | |
| LayoutType | public | Layout type. | |
| ReadOnly | public | True if the component is read only. | |
| ShowBtnCancel | public | True if the Cancel button is shown. | |
| ShowBtnOk | public | True if the OK button is shown. | |
| ShowInternalFields | public | If True, fields such as GIS_AREA and GIS_LENGTH are displayed. | |
| ShowVirtualFields | public | Show or hide virtual layer fields. | |
| Units | public | Units used for displaying GIS_LENGTH and GIS_AREA values. | |
| UnitsEPSG | public | EPSG (European Petroleum Survey Group) code of the units used for displaying GIS_LENGTH and GIS_AREA values. | |
| VirtualFields | public | The set of virtual fields that are displayed when ShowVirtualFields property is active. | |