|
RAD Studio VCL Reference
|
Generates an OnChange event.
procedure Change(Item: TListItem; Change: Integer); dynamic;
__fastcall Change(TListItem Item, int Change);
Change is called automatically after the properties of the item specified by the Item parameter change. The Change parameter is a Windows-defined constant that specifies the type of change that occurred.
Override Change to perform other actions when the list items change or to block the OnChange event.
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|