phImageList - cImageList
Contains the handle that Windows uses to communicate with the imagelist
Type: Property
Access: Read/Write
Data Type: Handle
Parameters: None
Syntax
Property Handle phImageList
| Access Type | Syntax |
|---|---|
| Read Access: | Get phImageList to HandleVariable |
| Write Access: | Set phImageList to HandleVariable/Value |
Description
Once the imagelist has been created, the phImageList property will contain the handle that Windows uses to communicate with the imagelist.
This property is set internally prior to the OnCreate event being called.
You will not typically use this property, but it will be useful if you want to communicate via the Windows API to the imagelist.