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.6 | Generated 2026-02-20 | Home |