Source position: typinfo.pp line 1166
function GetPropListEx( |
TypeInfo: PTypeInfo; |
TypeKinds: TTypeKinds; |
PropList: PPropListEx; |
Sorted: Boolean = True; |
Visibilities: TVisibilityClasses = [] |
):LongInt; |
TypeInfo: PTypeInfo; |
out PropList: PPropListEx; |
Visibilities: TVisibilityClasses = [] |
):SizeInt; |
AClass: TClass; |
out PropList: PPropListEx; |
Visibilities: TVisibilityClasses = [] |
):Integer; |
Instance: TObject; |
out PropList: PPropListEx; |
Visibilities: TVisibilityClasses = [] |
):Integer; |