Syntax
#pragma resource "*.xdfm"
Description
This pragma causes the file to be marked as a form unit and requires matching .dfm and header files. All such files are managed by the IDE.
If your form requires any variables, they must be declared immediately after the pragma resource is used. The declarations must be of the form
TFormName *Formname;
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|