System.Classes.TBinaryWriter.Null

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

class property Null: TBinaryWriter read GetNull;

C++

/* static */ __property TBinaryWriter* Null = {read=GetNull};

Propriétés

Type Visibilité  Source Unité  Parent
property public
System.Classes.pas
System.Classes.hpp
System.Classes TBinaryWriter

Description

Crée un TBinaryWriter null. Utilisez Null pour créer un TBinaryWriter null.

Par exemple, si vous avez l'instance ABinaryWriterTBinaryWriter, le code doit ressembler à ceci (pour Delphi) :

ABinaryWriter := TBinaryWriter.Null;

ou si vous voulez obtenir un TBinaryWriter null depuis une instance existante de TBinaryWriter :

ABinaryWriter := ABinaryWriter.Null;

Voir aussi