Board index » delphi » QUESTION: DBCtrlGrid's component's parent property
Daniel Raith
![]() Delphi Developer |
Tue, 27 Jun 2000 03:00:00 GMT
QUESTION: DBCtrlGrid's component's parent propertyWhat is happening to the Parent property of a component dropped on a I'm using D3.01 (build 5.83) and I would like to be able to determine if Here is a simple little project that will show my problem. 1) Select File->New Application 2) Drop a DBCtrlGrid, Table, and DataSource component on your form. 3) Line the DataSource to the Table and link the Table to any existing 4) Set the DBCtrlGrid DataSource property to the DataSource. 5) Drop a DBEdit component on the DBCtrlGrid and set it's DataField 6) Set the DBEdit OnClick event to this: procedure TForm1.DBEdit1Click(Sender: TObject); 7) Run the program and click on the DBEdit. The ShowMessage text is an Is this a bug or am I missing something? Thanks, |