FMX.Types.TPosition.DefaultValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DefaultValue: TPointF read FDefaultValue write FDefaultValue;

C++

__property System::Types::TPointF DefaultValue = {read=FDefaultValue, write=FDefaultValue};

Properties

Type Visibility Source Unit Parent
property public
FMX.Types.pas
FMX.Types.hpp
FMX.Types TPosition

Description

Specifies the default coordinates of the current object.

Use the DefaultValue property to receive the default coordinates of a TPosition object.

See Also