ShellBrowser Delphi Components Documentation
|
Creates a TShellColumnId consisting of the fmtId for custom columns and the pid passed.
class function CreateCustomId(p_Pid: integer): TShellColumnId;
Parameters |
Description |
p_Pid: integer |
The Pid to be used in the PID part of the result. Should be a unique value so that the return value can be used as unique identifier for custom columns. |
A TShellColumnId that can be used to identify a custom column