Table of Contents

TIDEEngine.UpdateIDE Method

Call UpdateIDE to update all IDE elements, specially the memo and form designer, to reflect any changes to AFile made programatically. The file specified by AFile will become the current active file in the IDE.

Syntax

Unit: IDEMain

procedure TIDEEngine.UpdateIDE(AFile: TIDEProjectFile);

Parameters

<-> Parameter Type Description
AFile TIDEProjectFile

See also