Class TODBCDataSources (unit oddscb)

Inherits from

TComboBox

forward declare so we can use it in TODBCDataSources

Constructors


constructor Create(Owner: TComponent);

TODBCDataSources


Functions

procedure Populate;

set the Datasource of the ODBCTables List which will cause it to update

procedure Change;


function GetDataSource: String;


procedure SetDataSource(DataSrc: String);


procedure SetHenv(Henv: THenv);

Retrieve Data Sources

Properties

property AutoUpdate : Boolean


property DataSource : String


property Henv : THenv


property TableList : TODBCTables


Events

Variables

FAutoUpdate : Boolean;


FHenv : THenv;


FTableList : TODBCTables;



Constructors


constructor Create(Owner: TComponent);

TODBCDataSources


Functions


procedure Populate;

set the Datasource of the ODBCTables List which will cause it to update


procedure Change;


function GetDataSource: String;


procedure SetDataSource(DataSrc: String);


procedure SetHenv(Henv: THenv);

Retrieve Data Sources


Properties


property AutoUpdate : Boolean


property DataSource : String


property Henv : THenv


property TableList : TODBCTables


Events


Variables


FAutoUpdate : Boolean;


FHenv : THenv;


FTableList : TODBCTables;