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

TTextStrings.OnChange

Event handler signalled when values in Strings or Objects have been changed.

Declaration

Source position: textstrings.pas line 99

public property TTextStrings.OnChange : TNotifyEvent
  read FOnChange
  write FOnChange;

Description

OnChange is a TNotifyEvent property with the event handler signalled when values in the Strings and/or Objects properties have been changed.

OnChange is signalled from the Changed method, and occurs after the property value(s) are stored in the component.

See also

TTextStrings.Changed

  

Performs actions needed after the value in Text is changed.

TString.Strings

TStrings.Objects

TNotifyEvent


Version 4.0 Generated 2025-05-03 Home