RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ValEdit.TGetPickListEvent Type

TGetPickListEvent is the type for event handlers that supply pick list values to a value list editor.

Pascal
TGetPickListEvent = procedure (Sender: TObject; const KeyName: string; Values: TStrings) of object;
C++
(Sender: TObject; const KeyName: string; Values: TStrings) ( TGetPickListEvent)();

Sender is the value list editor that uses the drop-down list of values. KeyName is the name of a string that appears in the first column of the current row. Values is a string list that you can fill with candidates for the second (value) column of the value list editor. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!