TdxNavBarViewInfo.IsTopScrollButtonVisible Method
Returns a value indicating whether the top scroll button is visible.
Declaration
function IsTopScrollButtonVisible: Boolean; virtual;
Returns
Type |
---|
Boolean |
Remarks
This function returns True is the top scroll button needs to be displayed. Otherwise, it returns False. Commonly, you will have no need to use this function in your applications.
See Also