TcxCustomDataController.FindRecordIndexByText(Integer,Integer,string,Boolean,Boolean,Boolean,Boolean) Method
Declaration
function FindRecordIndexByText(AStartRecordIndex: Integer; AItemIndex: Integer; const AText: string; APartialCompare: Boolean; ACircular: Boolean; AForward: Boolean; ACaseSensitive: Boolean): Integer; overload; virtual;
Parameters
| Name | Type |
|---|---|
| AStartRecordIndex | Integer |
| AItemIndex | Integer |
| AText | string |
| APartialCompare | Boolean |
| ACircular | Boolean |
| AForward | Boolean |
| ACaseSensitive | Boolean |
Returns
| Type |
|---|
| Integer |
See Also