Class TInfoForm (unit Info)

Inherits from

TForm

Demostration of palettes and animation in a Delphi component. Copyright © 1997 Tempest Software, Inc. Present information about the video adapter. If you do not have "Secrets of Delphi 2", you can edit this file to remove the reference to the S_Rtti and S_Win units. You need to change the call to EnumName to GetEnumName, suitably modifying the arguments and the return type. (D1 and D2 return different types from GetEnumName. That's why I wrote EnumName, as a portable version of the function.) Change the call to SetFormParent to call SetWindowWord (Delphi 1) or SetWindowLong (Delphi 2), to set Gww_HwndParent (D1) or Gwl_HwndParent (D2).

Constructors



Functions

procedure FormCreate(Sender: TObject);


procedure FmtInfo(const Fmt: string; Args: array of const);

Add formatted information to the dialog.

Properties

Events

Variables

Button1 : TButton;


Memo : TMemo;



Constructors


Functions


procedure FormCreate(Sender: TObject);


procedure FmtInfo(const Fmt: string; Args: array of const);

Add formatted information to the dialog.


Properties


Events


Variables


Button1 : TButton;


Memo : TMemo;