Unit 'flcXMLDocument' Package
[Overview][Constants][Types][Classes][Index] [#pl_fundamentals]

AxmlTagWithAttr

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: flcXMLDocument.pas line 837

type AxmlTagWithAttr = class(AxmlTag)

protected

  function GetAttributes; virtual; abstract;

  

  function GetAttrCount; virtual; abstract;

  

  function GetAttrNames; virtual; abstract;

  

public

  property Attributes: AxmlAttributeList; [r]

  

  property AttrCount: Int32; [r]

  

  property AttrNames: UnicodeStringArray; [r]

  

  function HasAttribute(); virtual; abstract;

  

  function AttrAsText(); virtual; abstract;

  

  function AttrAsInteger(); virtual;

  

  function AttrAsFloat(); virtual;

  

end;

Inheritance

AxmlTagWithAttr

  

|

AxmlTag

  

|

AxmlType

  

|

TObject



CT Web help

CodeTyphon Studio