FireDAC.Phys.Intf.IFDPhysChangeHandler.SetContentModified

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
FireDAC.Phys.Intf.pas
FireDAC.Phys.Intf.hpp
Unit: FireDAC.Phys.Intf
Parent: IFDPhysChangeHandler

Delphi

procedure SetContentModified(AValue: Boolean);

C++

virtual void __fastcall SetContentModified(bool AValue) = 0 ;

Description

Setter of ContentModified.

See Also