TypesOf Method
Definition
Returns the types of the values.
Delphi
function TypesOf(const values: array of TValue): TArray<PTypeInfo>
Parameters
- values
- array of TValue
Returns
TArray<PTypeInfo>
Returns the types of the values.
function TypesOf(const values: array of TValue): TArray<PTypeInfo>