function Vix_GetProperties(handle: VixHandle;
firstPropertyID: VixPropertyID
): VixError; cdecl; external 'vix.dll';
function Vix_GetProperties(
handle: VixHandle;
firstPropertyID: VixPropertyID
): VixError; cdecl varargs; external 'vix.dll';
Vix_GetProperties
работает аналогично WriteLn
с списком.Predefined constants, types, procedures, and functions (such as True, Integer, or Writeln) do not have actual declarations.Instead they are built into the compiler and are treated as if they were declared at the beginning of the System unit.