API:System.JSON.Builders.TJSONCollectionBuilder.TParentCollection.AddUndefined : Différence entre versions

De RAD Studio API Documentation
Aller à : navigation, rechercher
(Page créée avec « <section begin="api" /> <!--Start API Info--><ul id='childlinks'><li class='first'>'''[[System.JSON.Builders.TJSONCollectionBuilder.TParentCollection|Aller au parent : TP... »)
 
 
Ligne 14 : Ligne 14 :
 
<span class="lang">C++</span>
 
<span class="lang">C++</span>
 
<div class="thesig"><source lang="cpp">
 
<div class="thesig"><source lang="cpp">
HIDESBASE TJSONCollectionBuilder::TElements* __fastcall AddUndefined(void)/* overload */;
+
HIDESBASE TJSONCollectionBuilder::TElements* __fastcall AddUndefined()/* overload */;
 
HIDESBASE TJSONCollectionBuilder::TPairs* __fastcall AddUndefined(const System::UnicodeString AKey)/* overload */;
 
HIDESBASE TJSONCollectionBuilder::TPairs* __fastcall AddUndefined(const System::UnicodeString AKey)/* overload */;
 
</source></div>
 
</source></div>

Version actuelle datée du 5 juillet 2018 à 18:11

Delphi

function AddUndefined: TElements; overload; inline;
function AddUndefined(const AKey: string): TPairs; overload; inline;

C++

HIDESBASE TJSONCollectionBuilder::TElements* __fastcall AddUndefined()/* overload */;
HIDESBASE TJSONCollectionBuilder::TPairs* __fastcall AddUndefined(const System::UnicodeString AKey)/* overload */;

Propriétés

Type Visibilité  Source Unité  Parent
function public
System.JSON.Builders.pas
System.JSON.Builders.hpp
System.JSON.Builders TParentCollection

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !