RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ScktComp.TServerType Enumeration
Pascal
TServerType = (
  stNonBlocking,
  stThreadBlocking
);
C++
enum TServerType {
  stNonBlocking,
  stThreadBlocking
};

This is record ScktComp.TServerType.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!