Skip to main content

TdxEMFCustomSession.GetObjects(TClass,IdxCriteriaOperator,IdxSortByExpressions,Integer,Integer) Method

Declaration

function GetObjects(AClass: TClass; const ACriteria: IdxCriteriaOperator; const ASortByExpressions: IdxSortByExpressions; ASkipSelectedRecords: Integer = 0; ATopSelectedRecords: Integer = 0): IdxEMFCollection; overload;

Parameters

Name Type
AClass TClass
ACriteria IdxCriteriaOperator
ASortByExpressions IdxSortByExpressions
ASkipSelectedRecords Integer
ATopSelectedRecords Integer

Returns

Type
IdxEMFCollection
See Also