Class TSQLResult (unit MSSQL)

Inherits from

TObject

Constructors


constructor Create(Query : TSQlQuery);



Functions

procedure AddField(FieldName, Format : String);


procedure Clear;


destructor Destroy;


function FindRow(Start : Cardinal; Ident : array of String) : Cardinal;


function GetCell(Col, Row : Cardinal) : String;

Liste der Felder im Report

TSQLResult ---------------------------------------------------------


function GetColCount : Cardinal;


function GetRowCount : Cardinal;


Properties

property Cell : String


property ColCount : Cardinal


property RowCount : Cardinal


Events

Variables

fData : TObject;


fFields : TList;


fOwner : TSQLQuery;



Constructors


constructor Create(Query : TSQlQuery);


Functions


procedure AddField(FieldName, Format : String);


procedure Clear;


destructor Destroy;


function FindRow(Start : Cardinal; Ident : array of String) : Cardinal;


function GetCell(Col, Row : Cardinal) : String;

Liste der Felder im Report

TSQLResult ---------------------------------------------------------


function GetColCount : Cardinal;


function GetRowCount : Cardinal;


Properties


property Cell : String


property ColCount : Cardinal


property RowCount : Cardinal


Events


Variables


fData : TObject;


fFields : TList;


fOwner : TSQLQuery;