Writing of BPL files.

xiaoxiao2021-03-06  75

1: Structure Unit Unit1; Interfaceuses Windows, Messages, Sysutils, Classes, Graphics, Controls, Forms, Dialogs, Stdctrls;

TYPE TFORM1 = Class (TFORM) Label1: TLABEL; Private {private declarations}

Var Form1: TFORM1; G_Hellostr: String = 'Hello, I am Michael!';

Procedure Sayello (MSG: String); // **********************************************************输 输 部分 部分 i i i i i i i i i i i i i i i i i i i i i i i i i i i i i i i i i i i i i i i i

{$ R * .dfm}

Procedure Sayhello (MSG: String); Begin ShowMessage (MSG); END;

{The Following Call Registers The Addin with the Application. Once This Occurs The Application Create Instances of this form.} // ***************************************** ******************************* Initialization // Register part of RegisterClass (TFORM1); // ******* ******************************************************* *.

转载请注明原文地址:https://www.9cbs.com/read-88012.html

New Post(0)