Data.SqlExpr.TCustomSQLDataSet.InternalOpen
Delphi
procedure InternalOpen; override;
C++
virtual void __fastcall InternalOpen(void);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | Data.SqlExpr.pas Data.SqlExpr.hpp |
Data.SqlExpr | TCustomSQLDataSet |
Description
Initializes and opens the data stream.
Data.SqlExpr.TCustomSQLDataSet.InternalOpen inherits from Data.DB.TDataSet.InternalOpen. All content below this line refers to Data.DB.TDataSet.InternalOpen.
Initializes and opens the data stream.
InternalOpen is used to open the stream that holds the data. The method is abstract, so every TDataSet descendant must implement it in its specific way to initialize and open the data stream and also to connect the dataset to TFields objects. The method should call InternalInitFieldDefs to determine the field definitions.