System.TypInfo.SortPropList

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
System.TypInfo.pas
System.TypInfo.hpp
System.TypInfo System.TypInfo

説明

コンポーネント プロパティのリストを英数字順にソートします。

PPropList は、初めは(GetPropList によって)ソートされない自然のままの順番で作成されますが、それを SortPropList を使ってソートすることができます。

PropList には、TPropInfo ポインタの配列へのポインタ(通常は GetPropList で取得するもの)を定義します。Count には TPropList の数を指定します。

関連項目