Source position: lpvartypes.pas line 113
type ELapeParameterType = (
lptNormal,
lptConst,
lptConstRef,
lptVar,
lptOut
);