Table of Contents

TTMSFNCTabSet.OnCloseInplaceEditor Event

Occurs when the in-place editor is closing and allows the close operation to be cancelled.

API unit family: TMSFNCTabSet Declaring type: TTMSFNCTabSet Inherited from: TTMSFNCCustomTabSet

Syntax

OnCloseInplaceEditor: TTMSFNCTabSetCloseInplaceEditorEvent;

Parameters

Name Description
Sender Object that triggered the event.
ATabIndex Zero-based index of the edited tab.
AInplaceEditor Editor control used for the edit operation.
ACancelled Indicates whether the edit was cancelled.
ACanClose Set to False to keep the editor open.