Delphi
function GetLocalRect: TRectF; virtual;
C++
virtual System::Types::TRectF __fastcall GetLocalRect(void);
Properties
| Type |
Visibility |
Source |
Unit |
Parent |
| function |
protected |
FMX.Types.pas FMX.Types.hpp |
FMX.Types |
TControl |
Description
Getter function for the LocalRect property.
See Also