Data.DB.TDataSetDesigner.EndDesign

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure EndDesign;

C++

void __fastcall EndDesign();

Properties

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

Description

Reactivates the dataset if it was active when designing began.

Call EndDesign when changes to the dataset are complete. EndDesign re-enables all controls that use the dataset and resets the Active property of the dataset to the value it help when BeginDesign was called.

See Also