API:Vcl.TabNotBk.TPageChangeEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TPageChangeEvent = procedure(Sender: TObject; NewTab: Integer;
var AllowChange: Boolean) of object;

C++

typedef void __fastcall (__closure *TPageChangeEvent)(System::TObject* Sender, int NewTab, bool &AllowChange);

Properties

Type Visibility Source Unit Parent
type
typedef
public
Vcl.TabNotBk.pas
Vcl.TabNotBk.hpp
Vcl.TabNotBk Vcl.TabNotBk

Description

Embarcadero Technologies does not currently have any additional information.