ComponentOne True DBGrid Pro 8
PictureFooterRow Property

This property sets or returns the bitmap used in the record selector column within the grid's footer row, which is only displayed when the ColumnFooters property is True.

Syntax

TDBGrid.PictureFooterRow= variant

Remarks

Read/Write at run time and design time.

By default, True DBGrid does not display a picture within the footer row. However, you can specify a bitmap for this row at design time using the General property page. Or, you can assign a bitmap to the PictureFooterRow property in code at run time:

TDBGrid1.PictureFooterRow = LoadPicture("pattern.bmp")

Note

The grid draws 3-D effects within the record selector column, so you need only provide the interior image. Use the TransparentRowPictures property to specify a background mask.

See Also

TDBGrid Control

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback