Data.DB.DBScreen

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

DBScreen: IDBScreen;

C++

extern DELPHI_PACKAGE _di_IDBScreen DBScreen;

Properties

Type Visibility Source Unit Parent
variable public
Data.DB.pas
Data.DB.hpp
Data.DB Data.DB

Description

Variable used to initialize the TDefaultDBScreenApplication class.

The DBScreen variable is of IDBScreen type and is used in the initialization section of the unit to construct and hold a reference to the TDefaultDBScreenApplication class, based on IDBScreen and IDBApplication.

See Also