Released

<< Click to Display Table of Contents >>

Navigation:  Classes > TIWBaseForm > Properties >

Released

Use this property to read if the form has been released, ie, if it has been added to the list of forms to be released by IntraWeb.

 

SIGNATURE=IWBaseForm.TIWBaseForm.Released

 

ETYPE=Property

 

Declaration:

Delphi:

public property Released: Boolean;

C++:

public: __property bool Released;

 

Description: This is Released, a member of class TIWBaseForm.