TdxNavBarGroupViewInfo.IsCaptionImageVisible Method
Indicates whether the group header image is visible.
Declaration
function IsCaptionImageVisible: Boolean; virtual;
Returns
Type |
---|
Boolean |
Remarks
You can call this function when handling the OnCustomDraw.GroupCaption event. If this function returns False, you don’t need to paint the group header image.
See Also