FMX.Pickers.TCustomPicker.AbsoluteTargetRect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AbsoluteTargetRect: TRectF read FAbsoluteTargetRect write SetAbsoluteTargetRect;

C++

__property System::Types::TRectF AbsoluteTargetRect = {read=FAbsoluteTargetRect, write=SetAbsoluteTargetRect};

Properties

Type Visibility Source Unit Parent
property public
FMX.Pickers.pas
FMX.Pickers.hpp
FMX.Pickers TCustomPicker

Description

Specifies the coordinates of a rectangle where the picker is placed when displayed.

AbsoluteTargetRect is compatible with OS X, Windows, and iOS iPAD.

TRectF represents the location and dimensions of a rectangle. The coordinates are specified as either four separate Single coordinates representing the left, top, right, and bottom sides, or as two points representing the locations of the upper-left and lower-right corners.

When AbsoluteTargetRect is assigned an empty TRectF, the picker uses the bounds of the parent control.

See Also