splitterpanel OnSplitterPosChanged event
Return to Introduction  Previous page  Next page
Aplies to
acSplitterPanel component.  

Declaration
type  
  TacSplitterPanelSplitterPosChanged = procedure(Sender: TObject; SplitterPos: Integer) of object;  
 
property OnSplitterPosChanged: TacSplitterPanelSplitterPosChanged;  

Description
The OnSplitterPosChanged event occurs when the value of SplitterPos property changes (in example, when user moves the dividing line between two panes of splitter panel with mouse).  
 
The SplitterPos parameter determines the current position of divider between panes.  

See also
SplitterPos, SplitterWidth and SplitterStyle properties.