Variant record type which allows access to TLCLHandle and Pointer values in the reference.
Source position: wsreferences.pp line 44
protected TWSReference.FRef : record |
case Byte of |
0: ( |
Ptr: Pointer; |
); |
1: ( |
Handle: TLCLHandle; |
); |
end; |
| Version 4.4 | Generated 2025-11-08 | Home |