[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: webidldefs.pp line 303
type TIDLStructuredDefinition = class(TIDLTypeDefinition) |
public |
function GetJSTypeName; override; |
destructor Destroy; override; |
class function StructuredType; virtual; |
function IsExtension; override; |
function GetFullMemberList(); |
function HasMembers; |
property Members: TIDLDefinitionList; [r] |
property Member []: TIDLDefinition; default; [r] |
function HasPartials; |
property Partials: TIDLDefinitionList; [r] |
property Partial []: TIDLStructuredDefinition; [r] |
property ParentName: string; [rw] |
property IsPartial: Boolean; [rw] |
property IsCallBack: Boolean; [rw] |
end; |
| |
| |
| |
| |
TObject |