gSC

<< Click to Display Table of Contents >>

Navigation:  Variables >

gSC

SIGNATURE=IWGlobal.gSC

 

ETYPE=Variable

 

Declaration:

Delphi:

gSC: TIWServerControllerBase = nil;

C++:

TIWServerControllerBase gSC = nil;

 

Unit: IWGlobal.pas

 

Description: gServerController was too much to type all the time, but we keep the old one so we don't break code. But now you can access it as gSC as well. gSC = gServerController