FMX.Types.TBounds.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(const ADefaultValue: TRectF); virtual;

C++

__fastcall virtual TBounds(const System::Types::TRectF &ADefaultValue);

Properties

Type Visibility Source Unit Parent
constructor public
FMX.Types.pas
FMX.Types.hpp
FMX.Types TBounds

Description

Constructs a TBounds object and initializes its data before the object is first used.

See Also