System.ObjAuto.TParamFlags

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TParamFlags = set of TParamFlag;

Properties

Type Visibility Source Unit Parent
set public System.ObjAuto.pas System.ObjAuto System.ObjAuto

Description

Represents a set of method parameter flags.

TParamFlags contains the flags associated with a method parameter.

See Also