FMX.Colors.TColorPicker.GetAbsoluteRect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetAbsoluteRect: TRectF; override;

C++

virtual System::Types::TRectF __fastcall GetAbsoluteRect();

Properties

Type Visibility Source Unit Parent
function protected
FMX.Colors.pas
FMX.Colors.hpp
FMX.Colors TColorPicker

Description

Getter function for the AbsoluteRect property.

FMX.Colors.TColorPicker.GetAbsoluteRect inherits from FMX.Controls.TControl.GetAbsoluteRect. All content below this line refers to FMX.Controls.TControl.GetAbsoluteRect.

Getter function for the AbsoluteRect property.

See Also