Vcl.Controls.TCaption

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TCaption = UnicodeString;

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.