TcxPropertyEditor.GetComponent(Integer) Method
Returns the inspected component identified by the Index parameter.
Declaration
function GetComponent(Index: Integer): TPersistent;
Parameters
Name | Type |
---|---|
Index | Integer |
Returns
Type |
---|
TPersistent |
Remarks
Returns the inspected component identified by the zero-based Index parameter in the collection of components with the shared edited property.
See Also