Unit 'fppdfobjects' Package
[Overview][Constants][Types][Classes][Index] [#fcl-pdf]

TPDFToken

Declaration

Source position: fppdfobjects.pp line 58

type TPDFToken = record

public

  TokenType: TPDFTokenType;

  TokenData: RawByteString;

  TokenPos: Int64;

  function CheckString();

  function HasOnlyHexChars;

  function IsInteger;

  function IsHexInteger;

  function AsHexInteger;

  function AsBEHexInteger;

  function AsInteger;

  function AsDouble;

  function IsHexString;

  function IsString;

  function AsString;

  function AsName;

  function IsInt64;

  function AsInt64;

  function IsWhiteSpace;

  function IsKeyword;

  function IsName;

  function IsNumber;

end;


Documentation generated on: 2023-03-18