JCL Help:TJclClassTypeInfo.GetProperties@Integer
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: TJclClassTypeInfo.GetProperties Method
[+] TJclClassTypeInfo Methods
[+] TJclClassTypeInfo Properties
Search in JCL Help
Search in all projects
Summary
Retrieve an interface to the property.
Pascal
public function GetProperties(const PropIdx: Integer): IJclPropInfo;
Parameters
Parameters | Description |
const PropIdx: Integer | Index of property to retrieve. |
Return Value
An interface to the requested property.
Description
GetProperties retrieves an interface to the property at the given index. Valid index values run from 0 up to TotalPropertyCount-1. Up to PropertyCount are properties declared by this class. GetProperties is the read specifier for the Properties property.
About
Donator
Marcel Bestebroer
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page