Table of Content
HAL Forum
procedure StringList (
integer x,integer y,integer w,integer h)
Description:
sets area for strings list in window
Parameters:
x left upper corner - horisontal coordinate
y left upper corner - vertical coordinate
w width of area
h height of area
event DefineWindows
begin
  real i,h,h1,h2,h3,h4,h5,h6,v,vs,vm,hl,l,t;

  SetLangMode(LangEnglish,"ENG",0);

  WindowBegin("Paste Asset N/L Class",AC2SClass,CGother,HBlRecType);
  SetWRect(240,80,470,298);
  StringList(9,9,206,209);
  EndWindow;

  return;
end;
Related topics:
««