Source position: gitlabclient.pas line 36
type TResourceCallback = procedure(
Sender: TObject;
aPage: Integer;
aIndex: Integer;
aCount: Integer;
aObject: TJSONObject;
aContinue: Boolean
) of object;