[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: syncobjs.pp line 37
type TSynchroObject = class(TObject)
procedure Acquire; virtual;
procedure Release; virtual;
end;
TSynchroObject
TObject