TApxDataPacket.IncludeStrings

TApxDataPacket

property IncludeStrings : Boolean

Default: True

Determines whether the strings that define a packet are made available to the event handler.

For example, assume that StartString is "Async", EndString is "al", and the string "Async Professional" arrives at the port. If IncludeStrings is True, the packet will contain "Async Professional". If IncludeStrings is False, the packet will contain "Profession".

See also: EndString, StartString