FMX.Controls.Presentation.TPresentedControl.GetAdjustSizeValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetAdjustSizeValue: TSizeF; override;

C++

virtual System::Types::TSizeF __fastcall GetAdjustSizeValue();

Properties

Type Visibility Source Unit Parent
function protected
FMX.Controls.Presentation.pas
FMX.Controls.Presentation.hpp
FMX.Controls.Presentation TPresentedControl

Description

Requests from the presentation layer the size value used for size adjustment, and returns that value.

See Also