Advance Pascal Script (DWS Extanded)
TBatchMove
TBatchMove- -
Description
Hierarchytype TBatchMove= class(TComponent)
property ABORTONKEYVIOL:Boolean;
property ABORTONPROBLEM:Boolean;
property CHANGEDTABLENAME:String;
property COMMITCOUNT:Integer;
property DESTINATION:TTable;
property KEYVIOLTABLENAME:String;
property MAPPINGS:TStrings;
property MODE:Integer;
property PROBLEMTABLENAME:String;
property RECORDCOUNT:Integer;
property SOURCE:TBDEDataSet;
property TRANSLITERATE:Boolean;
end;
UP