IdxRichEditDocumentVariableCollection.GetItem(string) Method
Declaration
function GetItem(const AName: string): TValue;
Parameters
Name | Type |
---|---|
AName | string |
Returns
Type |
---|
TValue |
Remarks
The GetItem function is a getter of the Items property.
See Also