Class: TEgDBGridEx
constructor Create(AOwner: TComponent); override;
Standard component constructor. Initializes every published property
to the default documented on its own page (CheckBoxes True,
CheckKind ckCross, MinFontSize 7,
MemoMaxChars 256, DelRowCaption
'Confirmation', and so on) and sets ScrollBars
to ssNone - the grid always manages its own vertical
scrollbar (see ScrollType)
instead of the inherited one. DrawingStyle is set to
gdsThemed for documentation purposes only; the property has
no visible effect since this component paints its own cells directly
(see the class overview’s Usage section).