How to tell if a form has been created (or any object)?
Answer / Biswajit Das
In Delphi, you can check if an object has been created by checking its Assigned property. Here is a simple example for a TForm:
```
if Assigned(MyForm) then
// The form has been created
end;
| Is This Answer Correct ? | 0 Yes | 0 No |
How to Find the RepositoryId of a CORBA Server?
How to Create a palette with more than one entry ?
How to Extract RGB components of a color?
How to Convert Data in Paradox Tables to InterBase Using Delphi?
what is the Purpose of the interbase Client32 files?
How to Get current record from a TDBGrid ?
What directory is the ActiveForm in ?
Convert a color to its VCL string value ?
How to Determine if you have Delphi v3.02 installed?
'Missing Data Provider or Data Packet' . what does this error mean?
When I use the Glyph property, how do I know which color is transparent?
How to Modify application server SQL from the client?