FMX.Controls.TControl.DoSetWidth
Delphi
function DoSetWidth(var Value: Single; NewValue: Single; var LastValue: Single): Boolean; virtual; deprecated 'Use DoSetSize';
C++
virtual bool __fastcall DoSetWidth _DEPRECATED_ATTRIBUTE1("Use DoSetSize") (float &Value, float NewValue, float &LastValue);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | FMX.Controls.pas FMX.Controls.hpp |
FMX.Controls | TControl |
Description
Warning: DoSetWidth is deprecated. Please use DoSetSize.
Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!