Source position: fpwebsocket.pp line 89
type TFrameTypes = set of (
ftContinuation,
ftText,
ftBinary,
ftClose,
ftPing,
ftPong,
ftFutureOpcodes
);