Discuss this help topic in SecureBlackbox Forum

TElTerminalInfo.BeginUpdate

TElTerminalInfo     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Call this method before changing terminal properties.

Declaration

[C#]
    void BeginUpdate();

[VB.NET]
    Sub BeginUpdate()

[Pascal]
    procedure BeginUpdate;

[C++]
    void BeginUpdate();

[PHP]
    void BeginUpdate()

[Java]
    void beginUpdate();

Description

    Call this method before changing terminal properties when connection is already established.

See also:     EndUpdate    

Discuss this help topic in SecureBlackbox Forum