RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ScktComp.TLookupState Enumeration
Pascal
TLookupState = (
  lsIdle,
  lsLookupAddress,
  lsLookupService
);
C++
enum TLookupState {
  lsIdle,
  lsLookupAddress,
  lsLookupService
};

This is record ScktComp.TLookupState.

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