Class TXML_as_List
Unit
Declaration
type TXML_as_List = class(TComponent)
Description
Hierarchy
- TObject
- TPersistent
- TComponent
- TXML_as_List
Overview
Methods
![]() |
function Bof: boolean; |
![]() |
procedure Close; |
![]() |
constructor Create(AOwner: TComponent); override; |
![]() |
function Eof: boolean; |
![]() |
function FieldByName_AsString(FieldName: WideString): WideString; |
![]() |
function FieldByName_AsInteger(FieldName: WideString): Int64; |
![]() |
function FieldByName_AsFloat(FieldName: WideString): Extended; |
![]() |
procedure First; |
![]() |
procedure Last; |
![]() |
procedure Next; |
![]() |
function Open(FileName: WideString): boolean; |
![]() |
procedure Previous; |
Properties
![]() |
property Active : Boolean read fActive write Set_Active default false; |
![]() |
property FileName : WideString read fFileName write Set_FileName; |
Description
Methods
![]() |
function Bof: boolean; |
Déclarations publiques |
![]() |
procedure Close; |
![]() |
constructor Create(AOwner: TComponent); override; |
![]() |
function Eof: boolean; |
![]() |
function FieldByName_AsString(FieldName: WideString): WideString; |
![]() |
function FieldByName_AsInteger(FieldName: WideString): Int64; |
![]() |
function FieldByName_AsFloat(FieldName: WideString): Extended; |
![]() |
procedure First; |
![]() |
procedure Last; |
![]() |
procedure Next; |
![]() |
function Open(FileName: WideString): boolean; |
![]() |
procedure Previous; |
Properties
![]() |
property Active : Boolean read fActive write Set_Active default false; |
Déclarations publiées |
![]() |
property FileName : WideString read fFileName write Set_FileName; |
Generated by PasDoc 0.16.0.