[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: webidldefs.pp line 158
type TIDLDefinition = class(TIDLBaseObject) |
public |
constructor Create(); virtual; |
function Add(); override; |
destructor Destroy; override; |
function IsExtension; virtual; |
function AsString(); override; |
function HasAttributes; |
function HasSimpleAttribute(); |
property Name: UTF8String; [rw] |
property Data: TObject; [rw] |
property Parent: TIDLDefinition; [rw] |
property Attributes: TExtAttributeList; [rw] |
end; |
| |
| |
TObject |