Vcl.ComCtrls.TPageControl.UpdateActivePage

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UpdateActivePage; virtual;

C++

virtual void __fastcall UpdateActivePage(void);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TPageControl

Description

Updates the ActivePage property when changes are made to the Pages property.

This protected method is used internally when the pages listed in the Pages property change. It ensures that the page control is internally consistent and that the active page is displayed.

See Also