Caption Property
Set / Gets caption of a gui object

 

 

  

Syntax:

 

 

      Caption <cValue> (Control Definition)

 

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

 

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

 

 

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