DelphiCodeToDoc
Name
GetItem
Parent
TDOCTemplateList
Visibility
PROTECTED
Description
Get the reference of the DocTemplate specified by its index in the Items List
Source code
function GetItem ( const Index : integer ) : TDOCTemplate
Parameters
Parameter Description INDEX : INTEGER Index in the DocTemplate List
Return
Types Description TDOCTemplate DocTemplate reference if successfull, nil otherwise
DelphiCodeToDoc