DesignIntf.IWideProperty10.GetValues

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure GetValues(Proc: TGetWideStrProc);

C++

virtual void __fastcall GetValues(TGetWideStrProc Proc) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
DesignIntf.pas
DesignIntf.hpp
DesignIntf IWideProperty10

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.

See Also