Skip to main content

TdxEMFCustomSession.GetObjects<T>(IdxCriteriaOperator,IdxSortByExpressions,Integer,Integer) Method

Declaration

function GetObjects<T: TObject>(const ACriteria: IdxCriteriaOperator; const ASortByExpressions: IdxSortByExpressions; ASkipSelectedRecords: Integer = 0; ATopSelectedRecords: Integer = 0): IdxEMFCollection<T>; overload;

Parameters

Name Type
ACriteria IdxCriteriaOperator
ASortByExpressions IdxSortByExpressions
ASkipSelectedRecords Integer
ATopSelectedRecords Integer

Returns

Type
IdxEMFCollection<T>
See Also