Board index » cppbuilder » TStringGrid::GetEditStyle

TStringGrid::GetEditStyle


2005-08-18 01:00:18 AM
cppbuilder100
I want to override GetEditStyle to return more than
just esSimple, esEllipsis, or esPickList. Is this possible?
~ JD
 
 

Re:TStringGrid::GetEditStyle

"JD" < XXXX@XXXXX.COM >wrote in message
Quote
I want to override GetEditStyle to return more than
just esSimple, esEllipsis, or esPickList. Is this possible?
No. GetEditStyle returns a TEditStyle enum, so you are limited to only
those values that TEditStyle actually contains.
Gambit
 

Re:TStringGrid::GetEditStyle

"Remy Lebeau \(TeamB\)" < XXXX@XXXXX.COM >wrote:
Quote

No. [...]
I didn't think so but thought it worth asking.
~ JD
 

{smallsort}