System.JSON.Builders.TJSONCollectionBuilder.ParentObject : Différence entre versions
(Page créée avec « {{#lst:API:System.JSON.Builders.TJSONCollectionBuilder.ParentObject|api}} ==Description== {{#lsth:API:System.JSON.Builders.TJSONCollectionBuilder.ParentObject|Description}} ») |
m (1 version : Translated with Trados. LOC-21508) |
||
| (Une révision intermédiaire par le même utilisateur non affichée) | |||
| Ligne 1 : | Ligne 1 : | ||
{{#lst:API:System.JSON.Builders.TJSONCollectionBuilder.ParentObject|api}} | {{#lst:API:System.JSON.Builders.TJSONCollectionBuilder.ParentObject|api}} | ||
| + | |||
==Description== | ==Description== | ||
| − | {{# | + | |
| + | {{#ifeq: {{PAGENAME}} | System.JSON.Builders.TJSONCollectionBuilder.ParentObject | |{{InheritsFrom|System.JSON.Builders.TJSONCollectionBuilder.ParentObject}}}} | ||
| + | |||
| + | <section begin="short" />Renvoie une référence au constructeur de tableau parent en cours.<section end="short" /> | ||
| + | |||
| + | [[System.JSON.Builders.TJSONCollectionBuilder.ParentObject|ParentObject]] renvoie un [[System.JSON.Builders.TJSONCollectionBuilder.TPairs|TPairs]] avec le constructeur de tableau parent en cours s'il en existe ; sinon, une exception [[System.JSON.Builders.EJSONCollectionBuilderError|EJSONCollectionBuilderError]] est déclenchée. | ||
| + | |||
| + | ===Voir aussi=== | ||
| + | |||
| + | * [[System.JSON.Builders.TJSONCollectionBuilder.TPairs|System.JSON.Builders.TJSONCollectionBuilder.TPairs]] | ||
| + | * [[System.JSON.Builders.EJSONCollectionBuilderError|System.JSON.Builders.EJSONCollectionBuilderError]] | ||
| + | * [[System.JSON.Builders.TJSONCollectionBuilder.ParentType|System.JSON.Builders.TJSONCollectionBuilder.ParentType]] | ||
| + | * [[System.JSON.Builders.TJSONCollectionBuilder.ParentArray|System.JSON.Builders.TJSONCollectionBuilder.ParentArray]] | ||
| + | |||
| + | [[Category:Documentation API]] | ||
| + | [[Category:Berlin]] | ||
Version actuelle datée du 2 mai 2016 à 10:31
Delphi
property ParentObject: TPairs read GetParentObject;
C++
__property TPairs* ParentObject = {read=GetParentObject};
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
| property | public | System.JSON.Builders.pas System.JSON.Builders.hpp |
System.JSON.Builders | TJSONCollectionBuilder |
Description
Renvoie une référence au constructeur de tableau parent en cours.
ParentObject renvoie un TPairs avec le constructeur de tableau parent en cours s'il en existe ; sinon, une exception EJSONCollectionBuilderError est déclenchée.