FMX.ListBox.TCustomListBox.TStringsChangedEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TStringsChangedEvent = procedure(const S: String; const StringsEvent: TCustomListBox.TStringsChangeOp) of object;

C++

typedef void __fastcall (__closure *TStringsChangedEvent)(const System::UnicodeString S, const TStringsChangeOp StringsEvent);

Properties

Type Visibility Source Unit Parent
type
typedef
public
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TCustomListBox

Description

Embarcadero Technologies does not currently have any additional information.