TLocateOptions的用法
2008-03-08 12:39:32 来源:WEB开发网核心提示:void __fastcall TForm1::Button1Click(TObject *Sender){bool FindSUCcess;TLocateOptions SearchOptions;SearchOptions<<loCaseInsensitive;FindSuccess=Table1-&g
void __fastcall TForm1::Button1Click(TObject *Sender)
{
bool FindSUCcess;
TLocateOptions SearchOptions;
SearchOptions<<loCaseInsensitive;
FindSuccess=Table1->Locate("字段名",Edit1->Text,SearchOptions);
if(FindSuccess)
ShowMessage("ok");
}
Tags:TLocateOptions 用法
编辑录入:爽爽 [复制链接] [打 印]更多精彩
赞助商链接