Subject | RE: [IBO] IB_Grid default value propertie DrawingStyle |
---|---|
Author | Jason Wharton |
Post date | 2019-08-07T02:28:57Z |
You can look in the IB_Grid.pas unit and see what you can find
in there.
I don't recall doing anything special with that property and
so IBO is likely just inheriting whatever is in the TCustomGrid
control.
Perhaps you would just need to add in a published property to
surface a new property that I haven't surfaced yet.
What version of Delphi are you using?
Thanks,
Jason Wharton
From: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com]
Sent: Tuesday, August 06, 2019 1:01 PM
To: IBObjects@yahoogroups.com
Subject: [IBO] IB_Grid default value propertie DrawingStyle
Hi,
Please, how I fix the value default to propertie DrawingStyle in component IB_Grid?
I am changind my IBO 4.7 to 5.11 and this propertie is with the value gdsThemed, but i need that propertie come in value gdsClassic.
There are some file that control this default propertie?
Thanks