[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: webidldefs.pp line 125
type TExtAttributeList = class(TPersistent) |
public |
constructor Create; |
destructor destroy; override; |
procedure Assign(); override; |
procedure Add(); |
function ToLine(); |
function AsString(); |
function IndexOf(); |
property Attrs []: UTF8String; default; [r] |
property Count: Integer; [r] |
end; |
| |
TObject |