| [Overview][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazloggerbase.pas line 73
type TLazLoggerLogGroupList = class(TRefCountedObject) |
||
protected |
||
function Add(); |
|
|
function FindOrAdd(); |
|
|
procedure Remove(); |
|
|
public |
||
constructor Create; |
|
|
destructor Destroy; override; |
|
|
procedure Assign(); |
|
|
function IndexOf(); |
|
|
function Find(); |
|
|
function Count; |
|
|
property Item []: PLazLoggerLogGroup; default; [r] |
|
|
end; |
|
||
| | | ||
|
||
| | | ||
|
||
| | | ||
TObject |
| lazarus-ccr.sourceforge.net |