System.JSON.TJSONAncestor.SetOwned

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

procedure SetOwned(const Own: Boolean); virtual;

C++

virtual void __fastcall SetOwned(const bool Own);

プロパティ

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


説明

Owned プロパティの設定メソッドです。

SetOwned は、Owned プロパティを指定された値で設定します。


関連項目