Data.DB.TField.PropertyChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure PropertyChanged(LayoutAffected: Boolean);

C++

void __fastcall PropertyChanged(bool LayoutAffected);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DB.pas
Data.DB.hpp
Data.DB TField

Description

Generates dataset change and layout change events.

The PropertyChanged method verifies whether the dataset is active and not nil and then generates a dataset change event if the LayoutAffected parameter is False, or a layout change event if LayoutAffected is True.

See Also