Data.DB.TDataSetDesigner.EndDesign

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TDataSetDesigner

Delphi

procedure EndDesign;

C++

void __fastcall EndDesign();

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