[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: dtdmodel.pp line 98
type TElementDecl = class(TDTDObject) |
public |
destructor Destroy; override; |
function GetAttrDef(); |
procedure AddAttrDef(); |
property AttrDefCount: Integer; [r] |
property AttrDefs []: TAttributeDef; [r] |
property NeedsDefaultPass: Boolean; [r] |
property HasRequiredAtts: Boolean; [r] |
end; |
| |
| |
TObject |