API:Data.DBXDelegate.TDBXDelegateWritableValue.SetBoolean

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetBoolean(const Value: Boolean); override;

C++

virtual void __fastcall SetBoolean(const bool Value);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.DBXDelegate.pas
Data.DBXDelegate.hpp
Data.DBXDelegate TDBXDelegateWritableValue

Description

Sets the boolean value for boolean data types..

Data.DBXDelegate.TDBXDelegateWritableValue.SetBoolean inherits from Data.DBXCommon.TDBXWritableValue.SetBoolean. All content below this line refers to Data.DBXCommon.TDBXWritableValue.SetBoolean.

Sets the boolean value for boolean data types..

Sets the boolean value for TDBXValue instances with a data types of BooleanType..