[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: webidldefs.pp line 198
type TIDLDefinitionList = class(TIDLBaseObject) |
public |
constructor Create(); virtual; overload; |
destructor Destroy; override; |
procedure Clear; |
function AsString(); |
function Add(); |
function Delete(); |
function GetEnumerator; |
property Parent: TIDLDefinition; [r] |
property Definitions []: TIDLDefinition; default; [r] |
property Count: Integer; [r] |
property OwnsDefinitions: Boolean; [r] |
end; |
| |
| |
TObject |