FMX.Types.IAlignableObject.SetAnchors

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetAnchors(const Value: TAnchors);

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Types.pas
FMX.Types.hpp
FMX.Types IAlignableObject

Description

Setter function for the Anchors property.

Implement SetAnchors to set the value of the Anchors property.

See Also