System.Classes.TComponent.FComponentStyle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FComponentStyle: TComponentStyle;

C++

TComponentStyle FComponentStyle;

Properties

Type Visibility Source Unit Parent
field protected
System.Classes.pas
System.Classes.hpp
System.Classes TComponent

Description

FComponentStyle is the field of the ComponentStyle read-only property.

FComponentStyle is the field corresponding to the ComponentStyle read-only property.

Note: This is a protected field and should not be used directly. Instead, access the actual ComponentStyle property.

See Also