Data.DB.TObjectField.SetUnNamed

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetUnNamed(Value: Boolean); inline;

C++

void __fastcall SetUnNamed(bool Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DB.pas
Data.DB.hpp
Data.DB TObjectField

Description

Sets the UnNamed property of this object field.

SetUnNamed sets an internal Boolean value that indicates whether this object field has a name in a nested table.

See Also