|
describes which record in database is used for this window |
|
RegNameHAL |
Name of the register with Vc on the end |
|
event DefineWindows
begin
Real h,h1,h2,h3,h4,h5,h6,h7,hs,hm,v,v3,l,vs,vm,f,t,x,v2;
SetLangMode(LangEnglish,"ENG",0);
WindowBegin("Units",UnitLClass,CGmlist,UnitView);
SpawnClass(UnitDClass);
SetWRect(64,80,509,350);
Sizeable(-1,-1,0,0);
UseView(UnitVc);
RecordList(4,17,-21,-39);
RlColKey(4,2,"Code",Code,false,Code);
RlCol(100,100, "Comment",Comment,false);
SearchField("Search");
EndWindow;
return;
end;
««