Source position: wit.parser.pp line 40
type TAnnotationStore = record
public
Items: array of TWITAnnotation;
Count: Integer;
class function Create;
procedure Add();
procedure Apply();
procedure Free;
end;