|
<< Click to Display Table of Contents >> Navigation: Classes > TIWServerControllerBase > Properties > Locked |
Returns True when ServerController is locked for updates, i.e. most public/published properties can't be changed. Locked is set to True after OnConfig event.
SIGNATURE=IWServerControllerBase.TIWServerControllerBase.Locked
ETYPE=Property
Declaration:
Delphi: |
public property Locked: boolean; |
C++: |
public: __property bool Locked; |
Description: This is Locked, a member of class TIWServerControllerBase.