FMX.Controls.TControl.SetAnchors

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetAnchors(const Value: TAnchors); virtual;

C++

virtual void __fastcall SetAnchors(const System::Uitypes::TAnchors Value);

Properties

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

Description

Setter function for the Anchors property.

Value specifies the new value of the Anchors property.

See Also