[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: dbuscomp.pp line 465
type TDBUSConnection = class(TCustomDBUSConnection) |
public |
property OutgoingSize: clong; |
property Authenticated: Boolean; |
property Anonymous: Boolean; |
property ServerID: string; |
published |
property Connected: Boolean; |
property Kind: TConnectionKind; |
property Shared: Boolean; |
property Path: string; |
property MaxMessageSize: clong; |
property MaxReceiveSize: clong; |
property Filters: TDBUSFilters; |
property Objects: TDBUSObjects; |
end; |
| |
| |
TObject |