Show: Delphi
C++
Display Preferences
DesignEditors.TPropertyEditor.PropCount
From XE2 API Documentation
Delphi
property PropCount: Integer read FPropCount;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | DesignEditors.pas | DesignEditors | TPropertyEditor |
Description
Indicates the number of components whose properties are being edited.
Use PropCount to determine the valid range of indexes to use when calling the GetComponent method. This value corresponds to the number of components selected when the property editor is created. Typically, it is not necessary to access individual components because the Getxxx and Setxxx methods propagate values appropriately.