FlexCel Studio for VCL/LCL
ContentsIndex
PreviousUpNext
TFlexCelPreview.OnPageChange Event

Occurs each time the user scrolls to a different page.

Pascal
property OnPageChange: TFlxOnPageChangeEvent;
C++
__property TFlxOnPageChangeEvent OnPageChange;
Parameters 
Description 
Sender 
TFlexCelPreview component sending the event. 
PageNumber 
Page number we are going to display. 
TotalPages 
Total number of pages in the preview. 

You can use this event to have an status bar displaying the actual page. 

 

Copyright (c) 2002-2008 TMS Software. All rights reserved.
What do you think about this topic? Send feedback!