ComponentOne True DBGrid Pro 8
PictureFilterBar Property

This property sets or returns the bitmap used in the record selector column on the FilterBar row.

Syntax

TDBGrid.PictureFilterBar= variant

Remarks

Read/Write at run time and design time.

By default, True DBGrid does not display a picture for this 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 PictureFilterBar property in code at run time:

TDBGrid1.PictureFilterBar = LoadPicture("funnel.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