System.Bindings.Outputs.TConverterUtils.NilToTStrings

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class procedure NilToTStrings(var O: TValue); static;

C++

static void __fastcall NilToTStrings(System::Rtti::TValue &O);

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.Bindings.Outputs.pas
System.Bindings.Outputs.hpp
System.Bindings.Outputs TConverterUtils

Description

Clears the TValue for Nil assignment.

When TValue represents a list of strings, NilToTStrings clears the items if assigned.

See Also