Create(TcxCustomItemProducer,IShellFolder,PItemIDList,PItemIDList,Boolean) Constructor
Initializes a new instance of the TcxShellItemInfo class with specified settings.
Declaration
constructor Create(AItemProducer: TcxCustomItemProducer; AParentIFolder: IShellFolder; AParentPIDL: PItemIDList; APIDL: PItemIDList; AFast: Boolean); virtual;
Parameters
Name | Type |
---|---|
AItemProducer | TcxCustomItemProducer |
AParentIFolder | IShellFolder |
AParentPIDL | PItemIDList |
APIDL | PItemIDList |
AFast | Boolean |
See Also