RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseSocket Class

TBaseSocket encapsulates local operations on file descriptors.

Pascal
TBaseSocket = class(TComponent);
C++
class TBaseSocket : public TComponent;

Sockets

The TBaseSocket component encapsulates local operations on files descriptors, which are objects that a program uses to read from or write to an open file, or open a network socket or a variety of other devices. 

Do not create instances of TBaseSocket. Use TBaseSocket as a base class when declaring non-visual components that can appear on the component palette and be used in the form designer. Properties and methods of TBaseSocket provide basic behavior that descendant classes inherit as well as behavior that components can override to customize their behavior. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!