User Tools

Site Tools


api:dk11:delphi:fmx.giscontrolattributes.tgis_controlattributes

TGIS_ControlAttributes class

DK11 for Delphi | FMX.GisControlAttributes.TGIS_ControlAttributes | Classes | Constructors | Methods | Properties | Events

Visual Shape attributes component.

Available also on: .NET WinForms | Java | ActiveX | Python.

Syntax

// Delphi
type
  [ComponentPlatformsAttribute(pidAllPlatforms)]
  TGIS_ControlAttributes = class( TRectangle, IGIS_Subscribe )
  end;
// C++ Builder
class PASCALIMPLEMENTATION TGIS_ControlAttributes : public TRectangle
{
};

Inheritance

→ TRectangle

Implements

Constructors

Inherited Overrides Protected
Name Visibility Description
Create public Create an instance.
Destroy public Destroy an instance.

Methods

Inherited Overrides Protected
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)

Properties

Inherited Protected
Name Visibility Description
AllowNull published True, NULL fields are accepted.
AllowRestructure published True, fields can be restructured.
BiDiMode published Emulation of VCL BiDiMode for translation purpose
BiDiModeFromTranslation published Decides where use BiDiMode from property or from translation
FieldNameColumnWidth published Width of the left column
Font published Font used when displaying text
FontColor published Color used when displaying text
IgnoreFldxDefinition published When True, 'Fldx' rules are ignored.
LayoutType published Layout type.
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.
StyledSettings published Set of styled text representation properties.
Units public Units used for displaying GIS_LENGTH/GIS_AREA.
UnitsEPSG public Units EPSG code for displaying GIS_LENGTH and GIS_AREA fields.
VirtualFields published The set of virtual fields that are displayed when ShowVirtualFields property is active.

Events

Inherited Protected
Name Visibility Description
FieldChangeEvent published Field change event, fired after changing a control value.
HelpEvent published Event fired upon F1 key.

2023/10/20 01:11

Page Tools