Property MLDMOSupport.TMLDMOEnumParameter.Values
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: TMLDMOEnumParameter
Contents |
Syntax
Delphi:
property Values : TStrings read FEnumValues;
C++ Builder:
__property TStrings * Values = { read=FEnumValues };
Summary
Returns list of names of possible enumerable values.
Description
Use this property to get the list of names of possible
enumerable values.