mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 14:09:17 +02:00
* Rephrase more clear
This commit is contained in:
parent
14b40473fc
commit
9e631db928
@ -267,7 +267,7 @@ type
|
|||||||
Sequences : TFrameSequences;
|
Sequences : TFrameSequences;
|
||||||
IsText : Boolean;
|
IsText : Boolean;
|
||||||
// Use these only when IsText is true (PayLoad contains valid UTF-8).
|
// Use these only when IsText is true (PayLoad contains valid UTF-8).
|
||||||
// You may use try to use them when IsText is false, but there is no guarantee they will give correct results.
|
// You may use them when IsText is false, but only if you know there is valid UTF-8 in payload.
|
||||||
// Return Payload as a UTF8 string
|
// Return Payload as a UTF8 string
|
||||||
Property AsString : UTF8String Read GetAsString;
|
Property AsString : UTF8String Read GetAsString;
|
||||||
// Return Payload as a UTF8 string
|
// Return Payload as a UTF8 string
|
||||||
|
Loading…
Reference in New Issue
Block a user