RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TypInfo.SortPropList Function

Sorts a list of component properties into alphanumeric sequence.

Pascal
procedure SortPropList(PropList: PPropList; PropCount: Integer);
C++
SortPropList(PPropList PropList, int PropCount);

SortPropList is used to sort a PPropList that was originally created in natural rather than sorted sequence (by GetPropList).  

PropList defines a pointer to the array of TPropInfo pointers (normally obtained using GetPropList). Count specifies the number of TPropList 

 

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