FMX.Objects.TRectangle.SetSides

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetSides(const Value: TSides); virtual;

C++

virtual void __fastcall SetSides(const Fmx::Types::TSides Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Objects.pas
FMX.Objects.hpp
FMX.Objects TRectangle

Description

Setter for the Sides property.

Value is a set of constants defined in TSide: Top, Left, Bottom, and Right.

See Also