FMX.Controls.TControl.DoSetSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DoSetSize(const ASize: TControlSize; const NewPlatformDefault: Boolean; ANewWidth, ANewHeight: Single;  var ALastWidth, ALastHeight: Single): Boolean; virtual;

C++

virtual bool __fastcall DoSetSize(Fmx::Types::TControlSize* const ASize, const bool NewPlatformDefault, float ANewWidth, float ANewHeight, float &ALastWidth, float &ALastHeight);

Properties

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

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!