DK11 for Java | tatukgis.jdk.TGIS_LayoutType | Enums
Type represents how field names & values are arranged.
Available also on: Delphi FMX | .NET WinForms | ActiveX | Python.
// Java public enum TGIS_LayoutType { OneColumn, TwoColumns }
// Oxygene type TGIS_LayoutType = public ( OneColumn, TwoColumns };
Name | Value | Description | |
---|---|---|---|
OneColumn | Field names and values listed in a staggered manner. | ||
TwoColumns | Left column with field names; right one with values. | ||