FMX.Controls.TControl.FDisableAlign

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FDisableAlign: Boolean;

C++

bool FDisableAlign;

Properties

Type Visibility Source Unit Parent
field protected
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TControl

Description

Flag that specifies whether the control has the alignment disabled.

Do not use it in applications. It is used when the control is being painted or realigned.

See Also