DelphiCodeToDoc Next
Name
SetItem
Parent
TDOCTemplateList
Visibility
PROTECTED
Description
Set the reference of the DocTemplate specified by its index in the Items List
Source code
procedure SetItem ( const Index : integer ; const item : TDOCTemplate )
Parameters
Parameter Description INDEX : INTEGER Index in the DocTemplate List item : TDOCTemplate reference of the TDOCTemplate to set
DelphiCodeToDoc Next