System.JSON.Writers.TJsonWriter.CloseOutput
Delphi
property CloseOutput: Boolean read FCloseOutput write FCloseOutput;
C++
__property bool CloseOutput = {read=FCloseOutput, write=FCloseOutput, nodefault};
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
| property | public | System.JSON.Writers.pas System.JSON.Writers.hpp |
System.JSON.Writers | TJsonWriter |
Description
Obtient ou définit une valeur booléenne indiquant si le lecteur sous-jacent doit être fermé ou non lorsque l'éditeur est fermé.