DesignIntf.ICustomModule.Saving

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Saving;

C++

virtual void __fastcall Saving() = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
DesignIntf.pas
DesignIntf.hpp
DesignIntf ICustomModule

Description

Saving is called prior to the module being saved.

This allows the custom module to make sure the state of the module is consistent before being saved.

You can leave this method blank.