DK for Delphi | VCL.GisControlAttributes.TGIS_ControlAttributes | Classes | Constructors | Methods | Properties | Events
Visual Shape attributes component.
Available also on: Delphi FMX | .NET WinForms | Java | ActiveX | Python.
// Delphi type [ComponentPlatformsAttribute(pfidWindows)] TGIS_ControlAttributes = class( TCustomPanel, IGIS_Subscribe ) end;
// C++ Builder class PASCALIMPLEMENTATION TGIS_ControlAttributes : public TCustomPanel { };
→ TCustomPanel
| Name | Visibility | Description | |
|---|---|---|---|
| Create | public | Create an instance. | |
| Destroy | public | Destroy an instance. | |
| Name | Visibility | Description | |
|---|---|---|---|
| CancelChanges | public | Cancel changes made in the control. | |
| Clear | public | Clear attributes display. | |
| CopyToClipboard | public | Copy information from the control to clipboard. | |
| 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. | |
| Paint | protected | Paint handler. | |
| SaveChanges | public | Save changes made in the control. | |
| ShowSelected | public | Show statistics for selected shapes. | |
| ShowShape | public | Show attributes for given _shape. | |
| SubscribedEvent | public | Subscriber notification event. (Implements IGIS_Subscribe.SubscribedEvent) |
|
| Name | Visibility | Description | |
|---|---|---|---|
| Align | published | See documentation for TCustomControl in Delphi help. | |
| AllowNull | published | True, NULL fields are accepted. | |
| AllowRestructure | published | True, fields can be restructured. | |
| Anchors | published | See documentation for TCustomControl in Delphi help. | |
| BevelInner | published | See documentation for TCustomControl in Delphi help. | |
| BevelOuter | published | See documentation for TCustomControl in Delphi help. | |
| BevelWidth | published | See documentation for TCustomControl in Delphi help. | |
| BiDiMode | published | See documentation for TCustomControl in Delphi help. | |
| BiDiModeFromTranslation | published | Decides where use BiDiMode from property or from translation | |
| BorderStyle | published | See documentation for TCustomControl in Delphi help. | |
| BorderWidth | published | See documentation for TCustomControl in Delphi help. | |
| Color | published | See documentation for TCustomControl in Delphi help. | |
| Ctl3D | published | See documentation for TCustomControl in Delphi help. | |
| Enabled | published | See documentation for TCustomControl in Delphi help. | |
| FieldNameColumnWidth | published | Width of the left column | |
| Font | published | See documentation for TCustomControl in Delphi help. | |
| HelpContext | published | See documentation for TCustomControl in Delphi help. | |
| Hint | published | See documentation for TCustomControl in Delphi help. | |
| IgnoreFldxDefinition | published | When True, 'Fldx' rules are ignored. | |
| LayoutType | published | Layout type. | |
| ParentBiDiMode | published | See documentation for TCustomControl in Delphi help. | |
| ParentColor | published | See documentation for TCustomControl in Delphi help. | |
| ParentCtl3D | published | See documentation for TCustomControl in Delphi help. | |
| ParentFont | published | See documentation for TCustomControl in Delphi help. | |
| ParentShowHint | published | See documentation for TCustomControl in Delphi help. | |
| PopupMenu | published | See documentation for TCustomControl in Delphi help. | |
| ReadOnly | published | True, if component is Read Only. | |
| ShowBtnCancel | published | True, if 'Cancel' button comes up | |
| ShowBtnOk | published | True, if 'OK' button comes up | |
| ShowInternalFields | published | If true, fields like GIS_AREA, GIS_LENGTH will be displayed. | |
| ShowVirtualFields | published | Show or hide virtual layer fields. | |
| TabOrder | published | See documentation for TCustomControl in Delphi help. | |
| TabStop | published | See documentation for TCustomControl in Delphi help. | |
| 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. | |
| Visible | published | See documentation for TCustomControl in Delphi help. | |
| Name | Visibility | Description | |
|---|---|---|---|
| FieldChangeEvent | published | Field change event, fired after changing a control value. | |
| HelpEvent | published | Event fired upon F1 key. | |
| OnClick | published | See documentation for TCustomControl in Delphi help. | |
| OnDblClick | published | See documentation for TCustomControl in Delphi help. | |
| OnDragDrop | published | See documentation for TCustomControl in Delphi help. | |
| OnDragOver | published | See documentation for TCustomControl in Delphi help. | |
| OnEndDrag | published | See documentation for TCustomControl in Delphi help. | |
| OnEnter | published | See documentation for TCustomControl in Delphi help. | |
| OnExit | published | See documentation for TCustomControl in Delphi help. | |
| OnKeyDown | published | See documentation for TCustomControl in Delphi help. | |
| OnKeyPress | published | See documentation for TCustomControl in Delphi help. | |
| OnKeyUp | published | See documentation for TCustomControl in Delphi help. | |
| OnMouseDown | published | See documentation for TCustomControl in Delphi help. | |
| OnMouseMove | published | See documentation for TCustomControl in Delphi help. | |
| OnMouseUp | published | See documentation for TCustomControl in Delphi help. | |
| OnMouseWheel | published | See documentation for TCustomControl in Delphi help. | |
| OnMouseWheelDown | published | See documentation for TCustomControl in Delphi help. | |
| OnMouseWheelUp | published | See documentation for TCustomControl in Delphi help. | |
| OnStartDrag | published | See documentation for TCustomControl in Delphi help. | |