Vcl.Controls.TCaption
Delphi
TCaption = type string;
C++
typedef System::UnicodeString TCaption;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
type typedef |
public | Vcl.Controls.pas Vcl.Controls.hpp |
Vcl.Controls | Vcl.Controls |
Description
TCaption is the type of the Caption property.
TCaption is the string that represents the caption or text of a control.