FMX.Grid.TColumn.ValueIsEmpty

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function ValueIsEmpty(const Value: TValue): Boolean;

C++

__classmethod bool __fastcall ValueIsEmpty(const System::Rtti::TValue &Value);

Properties

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

Description

Determines that the specified value should not be displayed in the cell and stored in the caches.

See Also