<< Return to Main Index

< Return to Class Index

CGXBrowserGrid::SetBinaryFlags

virtual BOOL SetBinaryFlags(const CGXStyle* pStyle, int nField);

pStyle

style pointer from SetStyleRange

nField

the field index

Remarks

This function will be called from CGXBrowserGrid::SetStyleRange. Typically you will have to look for changes to the user attribute (of interest) that has the binary data. Typically the user attribute itself should have a flag that can be used to say if it was changed (Refer CGXOleVarUserAttribute in the source for an example). You can then use this value to set the CGXBrowseDirtyFieldStruct member pAttribute of type CGXAbstract blob. This pointer can then be accessed in OnFlushBlobValue.

See AlsoCGXBrowserGrid::OnFlushBlobValue, CGXBrowserGrid::OnFlushRecord

CGXBrowserGrid

Class Overview | Class Members