TdxCustomMemData.SetFilteredRecNo(Integer) Method
In This Article
Sets the active filtered record.
#Declaration
Delphi
procedure SetFilteredRecNo(Value: Integer);
#Parameters
Name | Type |
---|---|
Value | Integer |
#Remarks
Call this method to activate a record whose index, in the list of filtered records, is equal to the Value parameter value.
See Also