Source position: fpyaml.types.pp line 37
type TYAMLVersion = record
public
Major: Integer;
Minor: Integer;
constructor Create();
function ToString;
function IsEmpty;
end;