亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? tntdbactns.pas

?? TNT Components Source
?? PAS
?? 第 1 頁 / 共 2 頁
字號:
  TntPersistent_AfterInherited_DefineProperties(Filer, Self);
end;

function TTntDataSetPrior.GetCaption: WideString;
begin
  Result := TntAction_GetCaption(Self);
end;

procedure TTntDataSetPrior.SetCaption(const Value: WideString);
begin
  TntAction_SetCaption(Self, Value);
end;

function TTntDataSetPrior.GetHint: WideString;
begin
  Result := TntAction_GetHint(Self);
end;

procedure TTntDataSetPrior.SetHint(const Value: WideString);
begin
  TntAction_SetHint(Self, Value);
end;

{ TTntDataSetNext }

procedure TTntDataSetNext.Assign(Source: TPersistent);
begin
  inherited;
  TntDBActn_AfterInherited_Assign(Self, Source);
end;

procedure TTntDataSetNext.DefineProperties(Filer: TFiler);
begin
  inherited;
  TntPersistent_AfterInherited_DefineProperties(Filer, Self);
end;

function TTntDataSetNext.GetCaption: WideString;
begin
  Result := TntAction_GetCaption(Self);
end;

procedure TTntDataSetNext.SetCaption(const Value: WideString);
begin
  TntAction_SetCaption(Self, Value);
end;

function TTntDataSetNext.GetHint: WideString;
begin
  Result := TntAction_GetHint(Self);
end;

procedure TTntDataSetNext.SetHint(const Value: WideString);
begin
  TntAction_SetHint(Self, Value);
end;

{ TTntDataSetLast }

procedure TTntDataSetLast.Assign(Source: TPersistent);
begin
  inherited;
  TntDBActn_AfterInherited_Assign(Self, Source);
end;

procedure TTntDataSetLast.DefineProperties(Filer: TFiler);
begin
  inherited;
  TntPersistent_AfterInherited_DefineProperties(Filer, Self);
end;

function TTntDataSetLast.GetCaption: WideString;
begin
  Result := TntAction_GetCaption(Self);
end;

procedure TTntDataSetLast.SetCaption(const Value: WideString);
begin
  TntAction_SetCaption(Self, Value);
end;

function TTntDataSetLast.GetHint: WideString;
begin
  Result := TntAction_GetHint(Self);
end;

procedure TTntDataSetLast.SetHint(const Value: WideString);
begin
  TntAction_SetHint(Self, Value);
end;

{ TTntDataSetInsert }

procedure TTntDataSetInsert.Assign(Source: TPersistent);
begin
  inherited;
  TntDBActn_AfterInherited_Assign(Self, Source);
end;

procedure TTntDataSetInsert.DefineProperties(Filer: TFiler);
begin
  inherited;
  TntPersistent_AfterInherited_DefineProperties(Filer, Self);
end;

function TTntDataSetInsert.GetCaption: WideString;
begin
  Result := TntAction_GetCaption(Self);
end;

procedure TTntDataSetInsert.SetCaption(const Value: WideString);
begin
  TntAction_SetCaption(Self, Value);
end;

function TTntDataSetInsert.GetHint: WideString;
begin
  Result := TntAction_GetHint(Self);
end;

procedure TTntDataSetInsert.SetHint(const Value: WideString);
begin
  TntAction_SetHint(Self, Value);
end;

{ TTntDataSetDelete }

procedure TTntDataSetDelete.Assign(Source: TPersistent);
begin
  inherited;
  TntDBActn_AfterInherited_Assign(Self, Source);
end;

procedure TTntDataSetDelete.DefineProperties(Filer: TFiler);
begin
  inherited;
  TntPersistent_AfterInherited_DefineProperties(Filer, Self);
end;

function TTntDataSetDelete.GetCaption: WideString;
begin
  Result := TntAction_GetCaption(Self);
end;

procedure TTntDataSetDelete.SetCaption(const Value: WideString);
begin
  TntAction_SetCaption(Self, Value);
end;

function TTntDataSetDelete.GetHint: WideString;
begin
  Result := TntAction_GetHint(Self);
end;

procedure TTntDataSetDelete.SetHint(const Value: WideString);
begin
  TntAction_SetHint(Self, Value);
end;

{ TTntDataSetEdit }

procedure TTntDataSetEdit.Assign(Source: TPersistent);
begin
  inherited;
  TntDBActn_AfterInherited_Assign(Self, Source);
end;

procedure TTntDataSetEdit.DefineProperties(Filer: TFiler);
begin
  inherited;
  TntPersistent_AfterInherited_DefineProperties(Filer, Self);
end;

function TTntDataSetEdit.GetCaption: WideString;
begin
  Result := TntAction_GetCaption(Self);
end;

procedure TTntDataSetEdit.SetCaption(const Value: WideString);
begin
  TntAction_SetCaption(Self, Value);
end;

function TTntDataSetEdit.GetHint: WideString;
begin
  Result := TntAction_GetHint(Self);
end;

procedure TTntDataSetEdit.SetHint(const Value: WideString);
begin
  TntAction_SetHint(Self, Value);
end;

{ TTntDataSetPost }

procedure TTntDataSetPost.Assign(Source: TPersistent);
begin
  inherited;
  TntDBActn_AfterInherited_Assign(Self, Source);
end;

procedure TTntDataSetPost.DefineProperties(Filer: TFiler);
begin
  inherited;
  TntPersistent_AfterInherited_DefineProperties(Filer, Self);
end;

function TTntDataSetPost.GetCaption: WideString;
begin
  Result := TntAction_GetCaption(Self);
end;

procedure TTntDataSetPost.SetCaption(const Value: WideString);
begin
  TntAction_SetCaption(Self, Value);
end;

function TTntDataSetPost.GetHint: WideString;
begin
  Result := TntAction_GetHint(Self);
end;

procedure TTntDataSetPost.SetHint(const Value: WideString);
begin
  TntAction_SetHint(Self, Value);
end;

{ TTntDataSetCancel }

procedure TTntDataSetCancel.Assign(Source: TPersistent);
begin
  inherited;
  TntDBActn_AfterInherited_Assign(Self, Source);
end;

procedure TTntDataSetCancel.DefineProperties(Filer: TFiler);
begin
  inherited;
  TntPersistent_AfterInherited_DefineProperties(Filer, Self);
end;

function TTntDataSetCancel.GetCaption: WideString;
begin
  Result := TntAction_GetCaption(Self);
end;

procedure TTntDataSetCancel.SetCaption(const Value: WideString);
begin
  TntAction_SetCaption(Self, Value);
end;

function TTntDataSetCancel.GetHint: WideString;
begin
  Result := TntAction_GetHint(Self);
end;

procedure TTntDataSetCancel.SetHint(const Value: WideString);
begin
  TntAction_SetHint(Self, Value);
end;

{ TTntDataSetRefresh }

procedure TTntDataSetRefresh.Assign(Source: TPersistent);
begin
  inherited;
  TntDBActn_AfterInherited_Assign(Self, Source);
end;

procedure TTntDataSetRefresh.DefineProperties(Filer: TFiler);
begin
  inherited;
  TntPersistent_AfterInherited_DefineProperties(Filer, Self);
end;

function TTntDataSetRefresh.GetCaption: WideString;
begin
  Result := TntAction_GetCaption(Self);
end;

procedure TTntDataSetRefresh.SetCaption(const Value: WideString);
begin
  TntAction_SetCaption(Self, Value);
end;

function TTntDataSetRefresh.GetHint: WideString;
begin
  Result := TntAction_GetHint(Self);
end;

procedure TTntDataSetRefresh.SetHint(const Value: WideString);
begin
  TntAction_SetHint(Self, Value);
end;

end.

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
成人综合日日夜夜| 欧美在线观看视频一区二区三区| 亚洲人成电影网站色mp4| 3d动漫精品啪啪| 91丨porny丨首页| 蜜桃视频第一区免费观看| 成人免费在线视频| 久久午夜色播影院免费高清| 欧美日韩国产综合久久| 波波电影院一区二区三区| 蜜桃av一区二区| 亚洲一区二区在线视频| 中文字幕欧美激情| 精品国产乱码久久久久久久| 欧美日韩极品在线观看一区| 9i在线看片成人免费| 国产乱理伦片在线观看夜一区| 亚洲大片免费看| 国产精品黄色在线观看| 久久天天做天天爱综合色| 欧美肥妇毛茸茸| 91网上在线视频| 成人av免费在线播放| 国产精品亚洲成人| 久久国内精品视频| 日本欧美肥老太交大片| 亚洲国产另类精品专区| 一区二区视频在线| 亚洲视频一区二区在线| 国产精品久久久久久久久免费樱桃 | 亚洲综合丝袜美腿| 日韩一区欧美一区| 国产精品久久午夜| 国产精品色哟哟网站| 欧美国产精品专区| 中文在线资源观看网站视频免费不卡 | 91蜜桃免费观看视频| 成人在线一区二区三区| 成人免费不卡视频| 成人av资源在线| 成人黄色免费短视频| 丰满少妇久久久久久久| 国产98色在线|日韩| 丰满白嫩尤物一区二区| caoporen国产精品视频| www.一区二区| 91麻豆免费观看| 在线中文字幕一区| 欧美日韩成人在线| 91精品国产aⅴ一区二区| 日韩一级黄色大片| 精品va天堂亚洲国产| wwwwww.欧美系列| 国产午夜精品久久久久久免费视| 国产精品素人视频| 亚洲激情第一区| 午夜精品视频在线观看| 日本免费在线视频不卡一不卡二| 麻豆国产精品777777在线| 精品一区二区在线播放| 国产精品正在播放| gogo大胆日本视频一区| 91福利视频网站| 91精品国产综合久久久蜜臀图片| 日韩女优av电影| 亚洲国产精品精华液2区45| 中文字幕亚洲欧美在线不卡| 一区二区三区四区视频精品免费 | 国产精品亚洲综合一区在线观看| 成人av免费在线| 欧美年轻男男videosbes| 日韩欧美一级在线播放| 欧美国产激情一区二区三区蜜月| 亚洲欧美日韩国产手机在线| 日韩中文字幕91| 国产盗摄一区二区三区| 91福利在线观看| 精品国产乱码久久久久久1区2区 | 亚洲一区二区三区不卡国产欧美| 午夜电影网一区| 国产成人免费在线视频| 色婷婷av一区| 欧美大肚乱孕交hd孕妇| 国产精品久久久久久久久晋中| 亚洲成人av电影| 国产精品自拍av| 欧美揉bbbbb揉bbbbb| 精品99999| 亚洲精品亚洲人成人网| 另类小说色综合网站| 成人h版在线观看| 日韩午夜中文字幕| 亚洲人成在线播放网站岛国| 精品无人码麻豆乱码1区2区 | 99久久亚洲一区二区三区青草| 久久综合综合久久综合| 色呦呦国产精品| 久久亚洲综合色一区二区三区 | 国产精品亚洲专一区二区三区 | 亚洲自拍欧美精品| 国产福利一区在线| 制服丝袜中文字幕一区| 成人欧美一区二区三区视频网页| 捆绑调教一区二区三区| 欧洲亚洲国产日韩| 国产精品日韩精品欧美在线| 精品系列免费在线观看| 欧美日韩成人激情| 亚洲精品你懂的| 懂色av一区二区在线播放| 欧美成人在线直播| 亚洲国产精品久久不卡毛片| 99久久er热在这里只有精品15| 久久一夜天堂av一区二区三区| 日韩av午夜在线观看| 欧美中文字幕不卡| 亚洲人被黑人高潮完整版| 懂色av噜噜一区二区三区av| 精品成人一区二区| 久久成人免费网站| 91精品国产一区二区| 亚洲国产va精品久久久不卡综合| 99re热这里只有精品视频| 久久久久综合网| 国产大陆a不卡| 久久久久久久综合日本| 国产精一品亚洲二区在线视频| 精品国产麻豆免费人成网站| 美女视频黄久久| 欧美一二三四在线| 美女一区二区三区| 日韩一区二区在线免费观看| 日本中文字幕不卡| 欧美一区二区三区四区视频| 日韩制服丝袜先锋影音| 欧美一级久久久久久久大片| 蜜臀av一区二区在线免费观看| 51精品视频一区二区三区| 午夜a成v人精品| 欧美精品日韩一本| 亚洲成人av一区二区三区| 欧美日韩国产精品自在自线| 亚洲va国产va欧美va观看| 91精品国产91久久久久久一区二区| 亚洲一区二区三区自拍| 欧美色男人天堂| 亚洲超碰精品一区二区| 欧美日韩高清一区| 蜜臀av性久久久久蜜臀aⅴ四虎| 日韩丝袜情趣美女图片| 精彩视频一区二区三区| 国产视频一区二区在线| 国产成人av电影在线| 国产精品萝li| 欧美综合一区二区三区| 亚洲成a人v欧美综合天堂下载 | 久久久精品国产免大香伊| 成人性生交大片免费看视频在线| 亚洲图片激情小说| 在线成人免费观看| 国产精品白丝jk白祙喷水网站| 亚洲国产高清不卡| 91国内精品野花午夜精品| 日韩av在线播放中文字幕| 亚洲精品一线二线三线| 久久99精品一区二区三区三区| 日本一区二区三区免费乱视频| 成人免费视频视频在线观看免费| 亚洲欧美日韩国产中文在线| 欧美精品久久天天躁| 国产伦精品一区二区三区免费迷| 亚洲国产精品二十页| 欧美在线啊v一区| 美脚の诱脚舐め脚责91| 国产精品久久久久久久午夜片| 欧美三级视频在线播放| 国产麻豆精品在线| 亚洲伊人伊色伊影伊综合网| 欧美成人aa大片| 色香蕉久久蜜桃| 精品一区二区三区视频在线观看| 日本一区二区三区在线观看| 欧美日韩国产在线观看| 成人午夜电影小说| 天天操天天色综合| 国产精品动漫网站| 欧美一区二区三区婷婷月色| 岛国av在线一区| 亚洲成a人片在线不卡一二三区 | 最新不卡av在线| 欧美大片在线观看一区| 色8久久人人97超碰香蕉987| 久久精品国产999大香线蕉| 亚洲人123区| 26uuu国产一区二区三区| 欧美色综合网站| 成人激情视频网站| 麻豆精品一区二区| 亚洲一二三四久久| 国产精品久久777777|