[Overview][Types][Classes][Index] Reference for unit 'TextStrings' (#lazutils)

TTextStrings.OnChanging

Event handler signalled before properties are updated in the component.

Declaration

Source position: textstrings.pas line 100

public property TTextStrings.OnChanging : TNotifyEvent
  read FOnChanging
  write FOnChanging;

Description

OnChanging is a TNotifyEvent property with the event handler signalled before the Strings or Objects properties are updated in the component.

OnChanging is signalled from the Changing method when an update process in not already active.

See also

TTextStrings.Changing

  

Performs action needed when properties in the component are being updated.

TString.Strings

TStrings.Objects

TNotifyEvent


Version 4.0 Generated 2025-05-03 Home