BorlandTalk.com Forum Index BorlandTalk.com
Borland discussion newsgroups
 
Archives   FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Re: accessing TCustomDBGrid::WMSize

 
Post new topic   Reply to topic    BorlandTalk.com Forum Index -> C++ Builder (VCL Components Development)
View previous topic :: View next topic  
Author Message
Martin Nijhoff
Guest





PostPosted: Mon May 10, 2004 3:11 pm    Post subject: Re: accessing TCustomDBGrid::WMSize Reply with quote



Hi Henk,

WMSize is a private member function of TCustomDBGrid and thus not
accessible in a derived class.

Modify your class definition like this:

class TMyDBGrid : public TCustomDBGrid
{
private:
void __fastcall WMSize (TWMSize &Message);

...

BEGIN_MESSAGE_MAP
MESSAGE_HANDLER(WM_SIZE, TWMSize, WMSize)
END_MESSAGE_MAP(TCustomDBGrid)
}

and add the WMSize member function like this:

void __fastcall TMyDBGrid::WMSize (TWMSize &Message)
{
// Call the inherited message handler.
TCustomDBGrid::Dispatch(&Message);

// Do your own processing here.
}

Regards,

Martin Nijhoff




Back to top
Display posts from previous:   
Post new topic   Reply to topic    BorlandTalk.com Forum Index -> C++ Builder (VCL Components Development) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2006 phpBB Group
SEO toolkit © 2004-2006 webmedic.