Table of Content
HAL Forum
procedure Setting (
string NameStr,list WinCode,list ModCode)
Description:
Declaring a setting in interface
Parameters:
NameStr Name of setting in interface
WinCode Internal window code for setting's window
ModCode Module wich will contain the setting
event startup
begin

  SetLangMode(LangEnglish,"ENG",0);

  Setting("CRM Settings",CRMTClass,modCRM);

  return;
end;
Related topics:
««