Caption Property
  

Set / Gets caption of a gui object.

SYNTAX
Pseudo-OOP:

Set:
<
ParentWindowName>.<ControlName.Caption [ (<nIndex>) ] := cCaption

Get:
<
ParentWindowName>.<ControlName>.Caption [ (<nIndex>) ] --> cCaption

Function syntax:

Set:
SetProperty ( <ParentWindowName>,<ControlName>, Caption , <nIndex>, cCaption )

Get:
GetProperty ( <ParentWindowName>, <ControlName>, Caption , <nIndex>)-> cCaption


Remarks

nIndex is available only for grids, radiogroup and tab controls.