RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TPropertyEditor.PropCount Property

Indicates the number of components whose properties are being edited.

Pascal
property PropCount: Integer;
C++
__property int PropCount;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!