TdxServerModeCustomDataSource.IsConnected Method
Determines if the data source is connected.
Declaration
function IsConnected: Boolean;
Returns
Type |
---|
Boolean |
Remarks
This function returns True if the connection object specified via the Connection property is currently connected. Otherwise, the function returns False.
See Also