System.TypInfo.SortPropList

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure SortPropList(PropList: PPropList; PropCount: Integer);

C++

extern DELPHI_PACKAGE void __fastcall SortPropList(PPropList PropList, int PropCount);

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
public
System.TypInfo.pas
System.TypInfo.hpp
System.TypInfo System.TypInfo

Description

Trie la liste des propriétés d'un composant dans une séquence alphanumérique.

SortPropList est utilisée pour trier une liste PPropList initialement créée dans une séquence naturelle plutôt que dans une séquence triée (par GetPropList).

PropList définit un pointeur sur le tableau de pointeurs TPropInfo (normalement obtenu au moyen de GetPropList). Count spécifie le nombre de TPropList

Voir aussi