[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: _crw_alloc.pas line 510
type TLatch = class(TMasterObject) |
public |
constructor Create; |
destructor Destroy; override; |
procedure Lock; |
procedure UnLock; |
end; |
| |
| |
TObject |