Vcl.AxCtrls.TPropertyPage.Modified

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Modified;

C++

void __fastcall Modified();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.AxCtrls.pas
Vcl.AxCtrls.hpp
Vcl.AxCtrls TPropertyPage

Description

Notifies the property page's container that the user has edited one of the controls on the page.

Call Modified from the controls on the property page when their values change. The property dialog will enable the Apply button in response to this method call.