Delphi not showing object/component “hints” when I am codding
问题 If i'm not mistaken delphi has the ability to show a list of options after you insert a component name followed by the "." (dot) that precedes more arguments. My delphi 7 is not showing this list after the "." Ex: When I enter form1.edit1. It should show a list of options for an "TEdit" component. Not happening, what's wrong? Code: unit Banri; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, Clipbrd; type TForm1 = class(TForm)