DK11 for Delphi | FMX.GisControlAttributes.TGIS_LayoutType | Enums
Two layout types for attributes control.
Available also on: .NET WinForms | Java | ActiveX | Python.
// Delphi type TGIS_LayoutType = ( OneColumn, TwoColumns );
// C++ Builder enum DECLSPEC_DENUM TGIS_LayoutType unsigned short { OneColumn, TwoColumns };
Name | Value | Description | |
---|---|---|---|
OneColumn | Attributes names and values in one column. | ||
TwoColumns | Attributes names on left, attributes values on right. | ||