Table of Contents

TAdvCustomFormDesigner.NotifyChange Method

NotifyChange method is called when the form content has changed (a control was moved, resized, deleted, etc.). The AOperationName indicate the operation performed in the designer (move, paste, etc.)

Syntax

Unit: FormDesigner

procedure TAdvCustomFormDesigner.NotifyChange(AOperationName: string); virtual;

Parameters

<-> Parameter Type Description
AOperationName string

See also