Links
EControl Syntax Editor SDK
ecRttiUtils.ecGetPropList Function
function ecGetPropList(ATypeInfo: PTypeInfo; TypeKinds: TTypeKinds; var PList: PPropList): integer;

ecRttiUtils

Number of property infos. If return value is greater then 0, you should free memory occupied by the PList manually.

Allocates memory for property list PList, gets properties using filter TypeKinds for the specified type ATypeInfo.

Copyright (c) 2004-2011. All rights reserved.
What do you think about this topic? Send feedback!