Data.DB.TDataSetDesigner.BeginDesign

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure BeginDesign;

C++

void __fastcall BeginDesign();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.DB.pas
Data.DB.hpp
Data.DB TDataSetDesigner

Description

Ensures that the dataset is not active while design changes are made.

BeginDesign is called before changing the structure of the associated dataset. BeginDesign deactivates the dataset and disables any associated controls until the EndDesign method is called.

See Also