| Interface | Description |
|---|---|
| TByteByteProcedure |
Interface for procedures that take two parameters of type byte and byte.
|
| TByteCharProcedure |
Interface for procedures that take two parameters of type byte and char.
|
| TByteDoubleProcedure |
Interface for procedures that take two parameters of type byte and double.
|
| TByteFloatProcedure |
Interface for procedures that take two parameters of type byte and float.
|
| TByteIntProcedure |
Interface for procedures that take two parameters of type byte and int.
|
| TByteLongProcedure |
Interface for procedures that take two parameters of type byte and long.
|
| TByteObjectProcedure<T> |
Interface for procedures that take two parameters of type byte and Object.
|
| TByteProcedure |
Interface for procedures with one byte parameter.
|
| TByteShortProcedure |
Interface for procedures that take two parameters of type byte and short.
|
| TCharByteProcedure |
Interface for procedures that take two parameters of type char and byte.
|
| TCharCharProcedure |
Interface for procedures that take two parameters of type char and char.
|
| TCharDoubleProcedure |
Interface for procedures that take two parameters of type char and double.
|
| TCharFloatProcedure |
Interface for procedures that take two parameters of type char and float.
|
| TCharIntProcedure |
Interface for procedures that take two parameters of type char and int.
|
| TCharLongProcedure |
Interface for procedures that take two parameters of type char and long.
|
| TCharObjectProcedure<T> |
Interface for procedures that take two parameters of type char and Object.
|
| TCharProcedure |
Interface for procedures with one char parameter.
|
| TCharShortProcedure |
Interface for procedures that take two parameters of type char and short.
|
| TDoubleByteProcedure |
Interface for procedures that take two parameters of type double and byte.
|
| TDoubleCharProcedure |
Interface for procedures that take two parameters of type double and char.
|
| TDoubleDoubleProcedure |
Interface for procedures that take two parameters of type double and double.
|
| TDoubleFloatProcedure |
Interface for procedures that take two parameters of type double and float.
|
| TDoubleIntProcedure |
Interface for procedures that take two parameters of type double and int.
|
| TDoubleLongProcedure |
Interface for procedures that take two parameters of type double and long.
|
| TDoubleObjectProcedure<T> |
Interface for procedures that take two parameters of type double and Object.
|
| TDoubleProcedure |
Interface for procedures with one double parameter.
|
| TDoubleShortProcedure |
Interface for procedures that take two parameters of type double and short.
|
| TFloatByteProcedure |
Interface for procedures that take two parameters of type float and byte.
|
| TFloatCharProcedure |
Interface for procedures that take two parameters of type float and char.
|
| TFloatDoubleProcedure |
Interface for procedures that take two parameters of type float and double.
|
| TFloatFloatProcedure |
Interface for procedures that take two parameters of type float and float.
|
| TFloatIntProcedure |
Interface for procedures that take two parameters of type float and int.
|
| TFloatLongProcedure |
Interface for procedures that take two parameters of type float and long.
|
| TFloatObjectProcedure<T> |
Interface for procedures that take two parameters of type float and Object.
|
| TFloatProcedure |
Interface for procedures with one float parameter.
|
| TFloatShortProcedure |
Interface for procedures that take two parameters of type float and short.
|
| TIntByteProcedure |
Interface for procedures that take two parameters of type int and byte.
|
| TIntCharProcedure |
Interface for procedures that take two parameters of type int and char.
|
| TIntDoubleProcedure |
Interface for procedures that take two parameters of type int and double.
|
| TIntFloatProcedure |
Interface for procedures that take two parameters of type int and float.
|
| TIntIntProcedure |
Interface for procedures that take two parameters of type int and int.
|
| TIntLongProcedure |
Interface for procedures that take two parameters of type int and long.
|
| TIntObjectProcedure<T> |
Interface for procedures that take two parameters of type int and Object.
|
| TIntProcedure |
Interface for procedures with one int parameter.
|
| TIntShortProcedure |
Interface for procedures that take two parameters of type int and short.
|
| TLongByteProcedure |
Interface for procedures that take two parameters of type long and byte.
|
| TLongCharProcedure |
Interface for procedures that take two parameters of type long and char.
|
| TLongDoubleProcedure |
Interface for procedures that take two parameters of type long and double.
|
| TLongFloatProcedure |
Interface for procedures that take two parameters of type long and float.
|
| TLongIntProcedure |
Interface for procedures that take two parameters of type long and int.
|
| TLongLongProcedure |
Interface for procedures that take two parameters of type long and long.
|
| TLongObjectProcedure<T> |
Interface for procedures that take two parameters of type long and Object.
|
| TLongProcedure |
Interface for procedures with one long parameter.
|
| TLongShortProcedure |
Interface for procedures that take two parameters of type long and short.
|
| TObjectByteProcedure<K> |
Interface for procedures that take two parameters of type Object and byte.
|
| TObjectCharProcedure<K> |
Interface for procedures that take two parameters of type Object and char.
|
| TObjectDoubleProcedure<K> |
Interface for procedures that take two parameters of type Object and double.
|
| TObjectFloatProcedure<K> |
Interface for procedures that take two parameters of type Object and float.
|
| TObjectIntProcedure<K> |
Interface for procedures that take two parameters of type Object and int.
|
| TObjectLongProcedure<K> |
Interface for procedures that take two parameters of type Object and long.
|
| TObjectObjectProcedure<K,V> |
Interface for procedures that take two Object parameters.
|
| TObjectProcedure<T> |
Interface for procedures with one Object parameter.
|
| TObjectShortProcedure<K> |
Interface for procedures that take two parameters of type Object and short.
|
| TShortByteProcedure |
Interface for procedures that take two parameters of type short and byte.
|
| TShortCharProcedure |
Interface for procedures that take two parameters of type short and char.
|
| TShortDoubleProcedure |
Interface for procedures that take two parameters of type short and double.
|
| TShortFloatProcedure |
Interface for procedures that take two parameters of type short and float.
|
| TShortIntProcedure |
Interface for procedures that take two parameters of type short and int.
|
| TShortLongProcedure |
Interface for procedures that take two parameters of type short and long.
|
| TShortObjectProcedure<T> |
Interface for procedures that take two parameters of type short and Object.
|
| TShortProcedure |
Interface for procedures with one short parameter.
|
| TShortShortProcedure |
Interface for procedures that take two parameters of type short and short.
|