#pragma resource
Go Up to Pragma Directives Overview Index
Syntax (See Pseudo-grammar)
#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;