Vcl.Controls.TDPIContextService.GetWindowRect
Delphi
class function GetWindowRect(hWnd: HWND; var lpRect: TRect): Boolean; overload;
class function GetWindowRect(AControl: TWinControl; var lpRect: TRect): Boolean; overload;
C++
__classmethod bool __fastcall GetWindowRect(HWND hWnd, System::Types::TRect &lpRect)/* overload */;
__classmethod bool __fastcall GetWindowRect(TWinControl* AControl, System::Types::TRect &lpRect)/* overload */;
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet | 
|---|---|---|---|---|
| function | public | Vcl.Controls.pas Vcl.Controls.hpp  | 
        Vcl.Controls | TDPIContextService | 
Beschreibung
Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.