Unit 'webidldefs' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#webidl]

TIDLDefinition

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

Declaration

Source position: webidldefs.pp line 169

type TIDLDefinition = class(TIDLBaseObject)

public

  constructor Create(); virtual;

  function Add(); override;

  destructor Destroy; override;

  function IsExtension; virtual;

  function AsString(); override;

  function HasAttributes;

  function HasSimpleAttribute();

  function GetPrefAttribute;

  function HasPrefAttribute;

  function GetNamePath;

  property Name: UTF8String; [rw]

  property Data: TObject; [rw]

  property Parent: TIDLDefinition; [rw]

  property Attributes: TExtAttributeList; [rw]

end;

Inheritance

TIDLDefinition

|

TIDLBaseObject

|

TObject


Documentation generated on: 2025-07-25