Show: Delphi C++
Display Preferences

FMX.Types.TControl.Anchors

From XE2 API Documentation
Jump to: navigation, search

Delphi

property Anchors: TAnchors read FAnchors write SetAnchors stored IsAnchorsStored default [TAnchorKind.akLeft, TAnchorKind.akTop];

C++

__property System::Uitypes::TAnchors Anchors = {read=FAnchors, write=SetAnchors, stored=IsAnchorsStored, default=3};

Properties

Type Visibility Source Unit Parent
property protected
FMX.Types.pas
FMX.Types.hpp
FMX.Types TControl

Description

Specifies how the control is anchored to its parent.

Anchors are currently not supported by FireMonkey controls.

See Also

Personal tools
Previous Versions
Translations