Data.DB.TObjectField.SetUnNamed

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TObjectField

Delphi

procedure SetUnNamed(Value: Boolean); inline;

C++

void __fastcall SetUnNamed(bool Value);

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