[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: _crw_uart.pas line 321
type TUart = class(TLatch) |
protected |
public |
constructor Create(); |
procedure AfterConstruction; override; |
procedure BeforeDestruction; override; |
destructor Destroy; override; |
function GetProperties(); |
procedure ReadConfig(); |
property SleepTime: Cardinal; [rw] |
end; |
| |
| |
| |
TObject |