TcxCustomShellComboBox.RelativePIDL Property
In This Article
Specifies the relative identifier for the accessed shell item.
#Declaration
Delphi
property RelativePIDL: PItemIDList write;
#Property Value
Type | Description |
---|---|
PItem |
The pointer to the item identifier list (PIDL) of the accessed shell item. |
#Remarks
Use the RelativePIDL
and AbsolutePIDL properties only if you work with the Shell API directly.
See Also