User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.tgis_controlattributes

Table of Contents

TGIS_ControlAttributes class

DK for ActiveX | TatukGIS_XDK11.TGIS_ControlAttributes | Classes | Methods | Properties

Visual Shape attributes component.

Available also on: Delphi FMX | .NET WinForms | Java | Python.

Syntax

// C#
public class TGIS_ControlAttributes : ITGIS_ControlAttributes, ITGIS_ControlAttributes_OCX, ITGIS_ControlAttributesEvents 
{
}
' VisualBasic
Public Class TGIS_ControlAttributes
  Implements ITGIS_ControlAttributes
  Implements ITGIS_ControlAttributes_OCX
  Implements ITGIS_ControlAttributesEvents
End Class
// Oxygene
type
  TGIS_ControlAttributes = public class
  end;

Implements

Methods

Inherited Overrides Protected
Name Visibility Description
AttachDelphiObj public Only for internal use of TatukGIS.
(Inherited from ITBaseObject)
(Implements ITBaseObject.AttachDelphiObj)
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)
(Implements ITBaseObject.DelphiObj)
DoControlEnter public Handler for Enter event.
DoValueChanged public Handler for Change event.
FieldChangeEvent public Field change event, fired after changing a control value.
(Inherited from ITGIS_ControlAttributesEvents)
HelpEvent public Event fired upon F1 key.
(Inherited from ITGIS_ControlAttributesEvents)
Invalidate public Rebuild attributes display.
NewShape public Show attributes for a new shape.
OnClick public See documentation for TCustomControl in Delphi help.
(Inherited from ITGIS_ControlAttributesEvents)
OnDblClick public See documentation for TCustomControl in Delphi help.
(Inherited from ITGIS_ControlAttributesEvents)
OnKeyDown public See documentation for TCustomControl in Delphi help.
(Inherited from ITGIS_ControlAttributesEvents)
OnKeyPress public See documentation for TCustomControl in Delphi help.
(Inherited from ITGIS_ControlAttributesEvents)
OnKeyUp public See documentation for TCustomControl in Delphi help.
(Inherited from ITGIS_ControlAttributesEvents)
OnMouseDown public See documentation for TCustomControl in Delphi help.
(Inherited from ITGIS_ControlAttributesEvents)
OnMouseMove public See documentation for TCustomControl in Delphi help.
(Inherited from ITGIS_ControlAttributesEvents)
OnMouseUp public See documentation for TCustomControl in Delphi help.
(Inherited from ITGIS_ControlAttributesEvents)
OnMouseWheel public See documentation for TCustomControl in Delphi help.
(Inherited from ITGIS_ControlAttributesEvents)
OnMouseWheelDown public See documentation for TCustomControl in Delphi help.
(Inherited from ITGIS_ControlAttributesEvents)
OnMouseWheelUp public See documentation for TCustomControl in Delphi help.
(Inherited from ITGIS_ControlAttributesEvents)
SaveChanges public Save changes made in the control.
ShowSelected public Show statistics for selected shapes.
ShowShape public Show attributes for given _shape.
SubscribedEvent public

Properties

Inherited Protected
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.

2025/01/31 01:02

Page Tools