RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBCtrlPanel.CreateLinked Constructor

Creates and initializes an instance of TDBCtrlPanel.

Pascal
constructor CreateLinked(DBCtrlGrid: TDBCtrlGrid);
C++
__fastcall TDBCtrlPanel(TDBCtrlGrid DBCtrlGrid);

Do not call the constructor for TDBCtrlPanel directly. TDBCtrlGrid calls the CreateLinked method for TDBCtrlPanel from its own constructor. 

CreateLinked initializes the Parent property to the DBCtrlGrid parameter and initializes the ControlStyle property to include [csAcceptsControls, csCaptureMouse, csClickEvents, csDoubleClicks, csOpaque, csReplicatable]. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!