System.JSON.TJSONBool.AddDescendant

提供:RAD Studio API Documentation

Delphi

procedure AddDescendant(const Descendant: TJSONAncestor); override;

C++

virtual void __fastcall AddDescendant(TJSONAncestor* const Descendant);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
System.JSON.pas
System.JSON.hpp
System.JSON TJSONBool


説明

AddDescendant は、TJSONBool オブジェクトに対して何の効果ももたらしません。

関連項目