[Overview][Types][Classes][Index] |
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.0 | Generated 2025-05-03 | Home |