User Tools

Site Tools


checkparametersbeforecreateform

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
checkparametersbeforecreateform [2025/04/18 03:28] jwancheckparametersbeforecreateform [2025/10/10 10:15] (current) – external edit 127.0.0.1
Line 155: Line 155:
 </code> </code>
  
 +NOTE: just make sure each of the form will have:
  
 +<code>
 +
 +public
 +    { Public declarations }
 +    constructor Create(AOwner: TComponent); override;
 +    
 +constructor Tformmain.Create(AOwner: TComponent);
 +begin
 +   inherited Create(AOwner); // Call the inherited constructor
 +end;
 +</code>
checkparametersbeforecreateform.1744946885.txt.gz · Last modified: (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki