Unit 'TypInfo' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#rtl]

TProcedureParam

Procedure parameter description.

Declaration

Source position: typinfo.pp line 334

type TProcedureParam = packed record

public

  property ParamType: PTypeInfo; [r]

  

Type information for this parameter.

  property Flags: Byte; [r]

  

Flags for this parameter (see TParamFlags).

  ParamFlags: TParamFlags;

  

Parameter flags.

  ParamTypeRef: PPTypeInfo;

  

Type information for parameter.

  Name: ShortString;

  

Parameter name as in declaration.

end;

Description

TProcedureParam describes a single parameter to a procedure (or function).


Documentation generated on: Jul 24 2023