Unit 'jsbase' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#fcl-js]

TJSValue

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: jsbase.pp line 41

type TJSValue = class(TObject)

public

  constructor Create();

  constructor CreateNull;

  destructor Destroy; override;

  property ValueType: TJSType; [r]

  property CustomValue: TJSString; [rw]

  property IsUndefined: Boolean; [rw]

  property IsNull: Boolean; [rw]

  property AsNumber: TJSNumber; [rw]

  property AsBoolean: Boolean; [rw]

  property AsObject: TObject; [rw]

  property AsString: TJSString; [rw]

  property AsReference: TObject; [rw]

  property AsCompletion: TObject; [rw]

end;

Inheritance

TJSValue

|

TObject


Documentation generated on: 2023-03-18