Class TXML_as_List

Unit

Declaration

type TXML_as_List = class(TComponent)

Description

This item has no description.

Hierarchy

Overview

Methods

Public function Bof: boolean;
Public procedure Close;
Public constructor Create(AOwner: TComponent); override;
Public function Eof: boolean;
Public function FieldByName_AsString(FieldName: WideString): WideString;
Public function FieldByName_AsInteger(FieldName: WideString): Int64;
Public function FieldByName_AsFloat(FieldName: WideString): Extended;
Public procedure First;
Public procedure Last;
Public procedure Next;
Public function Open(FileName: WideString): boolean;
Public procedure Previous;

Properties

Published property Active : Boolean read fActive write Set_Active default false;
Published property FileName : WideString read fFileName write Set_FileName;

Description

Methods

Public function Bof: boolean;

Déclarations publiques

Public procedure Close;

This item has no description.

Public constructor Create(AOwner: TComponent); override;

This item has no description.

Public function Eof: boolean;

This item has no description.

Public function FieldByName_AsString(FieldName: WideString): WideString;

This item has no description.

Public function FieldByName_AsInteger(FieldName: WideString): Int64;

This item has no description.

Public function FieldByName_AsFloat(FieldName: WideString): Extended;

This item has no description.

Public procedure First;

This item has no description.

Public procedure Last;

This item has no description.

Public procedure Next;

This item has no description.

Public function Open(FileName: WideString): boolean;

This item has no description.

Public procedure Previous;

This item has no description.

Properties

Published property Active : Boolean read fActive write Set_Active default false;

Déclarations publiées

Published property FileName : WideString read fFileName write Set_FileName;

This item has no description.

My libraries for Delphi (c) 1990-2026 Patrick PREMARTIN - Powered by PasDoc
Generated by PasDoc 1.0.2.