Vcl.Themes.TStyleHook.Text

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Text: string read GetText;

C++

__property System::UnicodeString Text = {read=GetText};

Properties

Type Visibility Source Unit Parent
property class protected
Vcl.Themes.pas
Vcl.Themes.hpp
Vcl.Themes TStyleHook

Description

Returns the caption of the control.


See Also