Represents type TValueConstraint.
Namespace: IEConsts
Delphi
|
type
TValueConstraint = ( vcAtom, vcString, vcInteger, vcFloat );
|
|
Name
|
Description
|
|
vcAtom
|
Represents constant vcAtom.
|
|
vcFloat
|
Represents constant vcFloat.
|
|
vcInteger
|
Represents constant vcInteger.
|
|
vcString
|
Represents constant vcString.
|
Top
|