ShellBrowser Delphi Components Documentation
|
Inserts a single TShellColumnId item into the list.
procedure Insert(pIndex: Integer; const pShellColumnId: TShellColumnId); overload;
Parameters |
Description |
pIndex: Integer |
The index where the item should be inserted. |
const pShellColumnId: TShellColumnId |
A TShellColumnId that serves as identifier of the column. |