[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fppdfobjects.pp line 155
type TPDFValue = class(TPDFObject) |
public |
constructor Create(); virtual; overload; |
class function ElementType; override; |
function GetDescription; override; |
function IsKeyword(); |
function IsInteger; |
function IsInt64; |
property TokenType: TPDFTokenType; [r] |
property Value: RawbyteString; [rw] |
property AsInteger: Integer; [r] |
property AsInt64: Int64; [r] |
property AsBoolean: Boolean; [r] |
property AsFloat: Double; [r] |
property AsDateTime: TDateTime; [r] |
end; |
| |
| |
TObject |