User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_dynamicaggregatorabstract.caption

Table of Contents

ITGIS_DynamicAggregatorAbstract.Caption property

DK for ActiveX | TatukGIS_XDK11.ITGIS_DynamicAggregatorAbstract.Caption | Methods | Properties

User-friendly display caption for the aggregator.

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

Syntax

// C#
public String Caption
{
  get {}
}
' VisualBasic
Public Property Caption As String
  Get
  End Get
End Property
// Oxygene
public
  property Caption : String read;

Value

Type
string
String

Remarks

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.

2026/07/11 00:10

Page Tools