FMX.Objects.TCalloutRectangle.SetSides

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetSides(const Value: TSides); override;

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 TCalloutRectangle

Description

Setter for the Sides property.

FMX.Objects.TCalloutRectangle.SetSides inherits from FMX.Objects.TRectangle.SetSides. All content below this line refers to FMX.Objects.TRectangle.SetSides.

Setter for the Sides property.

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

See Also