DesignIntf.IWideProperty10.GetValues
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: public | |
| Source: DesignIntf.pas DesignIntf.hpp
| |
| Unit: DesignIntf | |
| Parent: IWideProperty10 | |
Delphi
procedure GetValues(Proc: TGetWideStrProc);
C++
virtual void __fastcall GetValues(TGetWideStrProc Proc) = 0 ;
Description
Provides the enumerated values of the wide-string property to a callback procedure.
The Object Inspector calls GetValues when the drop-down button is clicked to show the enumerated values. The implementation of GetValues should call the Proc parameter for every wide string that can represent a valid enumerated value.