Datasnap.Win.SConnect.TSocketConnection Properties
InheritedProtected
| Address | published | Specifies the IP address of the server. |
| AfterConnect | published | Occurs after a connection is established. |
| AfterDisconnect | published | Occurs after the connection closes. |
| AppServer | public | Contains the interface for communicating with the application server. |
| BeforeConnect | published | Occurs immediately before establishing a connection. |
| BeforeDisconnect | published | Occurs immediately before the connection closes. |
| ComObject | public | Specifies the interface reference implemented by the component. |
| ComponentCount | public | Indicates the number of components owned by the component. |
| ComponentIndex | public | Indicates the position of the component in its owner's Components property array. |
| Components | public | Lists all components owned by the component. |
| ComponentState | public | Describes the current state of the component, indicating when a component needs to avoid certain actions. |
| ComponentStyle | public | Governs the behavior of the component. |
| Connected | published | Determines whether a connection has been established to the remote source of data and is active. |
| DataSetCount | public | Indicates the number of datasets associated with the connection component. |
| DataSets | public | Lists the datasets currently using this connection component. |
| DesignInfo | public | Contains information used by the Form designer. |
| Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
| Handle | protected | Provides access to an internal window handle that can receive messages from the transport layer. |
| Host | published | Specifies the host name of the server. |
| InterceptGUID | published | Specifies the GUID of a COM object that manipulates interface calls before they are sent or after return values are received. |
| InterceptName | published | Specifies the ProgID of a COM object that manipulates interface calls before they are sent or after return values are received. |
| Interpreter | protected | Provides access to the helper object that marshals interface calls for the streamed connection. |
| LoginPrompt | published | Specifies whether a login dialog appears immediately before opening a new connection. |
| Name | published | Specifies the name of the component as referenced in code. |
| ObjectBroker | published | Specifies an Object Broker that allows the connection component to choose from several application servers. |
| Observers | public | Indicates the TObservers object added to the TComponent. |
| OnGetUsername | published | Occurs immediately before the remote login dialog. |
| OnLogin | published | Occurs when a communication channel opens to the server. |
| Owner | public | Indicates the component that is responsible for streaming and freeing this component. |
| Port | published | Specifies the port number of the socket dispatcher application on the server system. |
| ServerGUID | published | Specifies the GUID of the application server with which to connect. |
| ServerName | published | Specifies the name of the application server with which to connect. |
| StreamedConnected | protected | Indicates whether the Connected property was true when the connection component was loaded from a stream. |
| SupportCallbacks | published | Determines whether the streamed connection component can handle callbacks in the application server interface. |
| Tag | published | Stores a NativeInt integral value as a part of a component. |
| VCLComObject | public | Represents information used internally by components that support COM. |