TcxPropertyEditor.GetComponent(Integer) Method
In This Article
Returns the inspected component identified by the Index parameter.
#Declaration
Delphi
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