[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
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; |
| |
| |
TObject |