Vcl.Controls.TControl.StyleName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property StyleName: string read FStyleName write SetStyleName;

C++

__property System::UnicodeString StyleName = {read=FStyleName, write=SetStyleName};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TControl

Description

Specifies the style name for this control.

Read or set the StyleName property to obtain or set the style name for this VCL component.

See Also