TdxCustomListView.FindCaption(Integer,string,Boolean,Boolean,Boolean) Method
Declaration
function FindCaption(AStartIndex: Integer; const AValue: string; APartial: Boolean; AInclusive: Boolean; AWrap: Boolean): TdxListItem;
Parameters
Name | Type |
---|---|
AStartIndex | Integer |
AValue | string |
APartial | Boolean |
AInclusive | Boolean |
AWrap | Boolean |
Returns
Type |
---|
TdxListItem |
See Also