[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fpsock.pp line 152
type TTCPClient = class(TCustomTCPClient) |
public |
property ConnectionState: TConnectionState; |
property Stream: TSocketStream; |
published |
property Active: Boolean; |
property Host: string; |
property Port: Word; |
property Retries: Integer; |
property RetryDelay: Integer; |
property OnConnectionStateChange: TConnectionStateChangeEvent; |
end; |
| |
| |
| |
| |
| |
TObject |