Unit 'jstree' Package
[Overview][Types][Classes][Index] [#fcl-js]

TJSFuncDef

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

Declaration

Source position: jstree.pp line 133

type TJSFuncDef = class(TJSObject)

public

  constructor Create;

  destructor Destroy; override;

  procedure UpdateParams;

  property TypedParams: TJSTypedParams; [r]

  property ResultType: TJSTypeDef; [rw]

  property Params: TStrings; [r] deprecated ;

  property Body: TJSFunctionBody; [rw]

  property Name: TJSString; [rw]

  property IsEmpty: Boolean; [rw]

  property IsAsync: Boolean; [rw]

  property IsAsserts: Boolean; [rw]

  property IsConstructor: Boolean; [rw]

  property GenericParams: TJSElementNodes; [rw]

end;

Inheritance

TJSFuncDef

|

TJSObject

|

TObject


Documentation generated on: 2023-03-18