[Overview][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: exlog.pas line 26
type TCustomLog = class(TComponent) |
constructor Create(); |
protected |
function TextIt(); |
function initialize(); |
public |
property OnTexts: TOnLogTexts; [r] |
destructor Destroy; override; |
end; |
| |
TComponent |
? |
TObject |