ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
ShellBrowser.TShellColumns.CreateCustomId

Creates a TShellColumnId consisting of the fmtId for custom columns and the pid passed.

Syntax
Pascal
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