Data.DBXCommon.TDBXValueType.Literal

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property Literal: Boolean read GetLiteral write SetLiteral;

C++

__property bool Literal = {read=GetLiteral, write=SetLiteral, nodefault};

Propriétés

Type Visibilité  Source Unité  Parent
property public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXValueType

Description

Utilisée pour marquer le paramètre comme une valeur littérale.

Literal est utilisée pour marquer un paramètre comme étant spécifié dans la propriété texte de commande en tant que valeur littérale.

Voir aussi