DK for ActiveX | TatukGIS_XDK11.ITGIS_DynamicAggregatorAbstract.Caption | Methods | Properties
User-friendly display caption for the aggregator.
// C# public String Caption { get {} }
' VisualBasic Public Property Caption As String Get End Get End Property
// Oxygene public property Caption : String read;
| Type |
|---|
| string String |
PURPOSE: Provide a localized or presentation-friendly name for use in user interface elements such as dialogs, lists, and menus.
BEHAVIOR: Read-only virtual property returned by fget_Caption. The displayed caption can differ from Name, which is the internal identifier.
CONSTRAINTS: Read-only. Descendants can override fget_Caption to provide custom or localized captions.