UseExistingInstance

<< Click to Display Table of Contents >>

Navigation:  Classes > TContentForm > Properties >

UseExistingInstance

This should be TRUE if an existing instance of this form class should be used to handle the request. It should be set to FALSE, otherwise.

 

SIGNATURE=IW.Content.Form.TContentForm.UseExistingInstance

 

ETYPE=Property

 

Declaration:

Delphi:

public property UseExistingInstance: Boolean;

C++:

public: __property bool UseExistingInstance;

 

Description: This is UseExistingInstance, a member of class TContentForm.