<< Click to display table of contents >> TRVMWindowHandle, TRVMWindowHandleArray |
The type representing a window handle.
Unit [VCL and LCL] MRVCore;
Unit [FMX] fmxMRVCore;
For macOS:
type
TRVMWindowHandle = CGWindowID;
For other platforms:
type
TRVMWindowHandle = THandle;
type
TRVMWindowHandleArray = array of TRVMWindowHandle;