FMX.Grid.TCheckColumn.TryGetAsBoolean

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function TryGetAsBoolean(const Value: TValue; var BoolValue: Boolean): Boolean;

C++

bool __fastcall TryGetAsBoolean(const System::Rtti::TValue &Value, bool &BoolValue);

Properties

Type Visibility Source Unit Parent
function public
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TCheckColumn

Description

Tries to fill BoolValue with the specified value, and returns True on success or False if Value is not a boolean.