Data.DB.TDataSet.SetObjectView

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: TDataSet

Delphi

procedure SetObjectView(const Value: Boolean);

C++

void __fastcall SetObjectView(const bool Value);

Description

Sets the ObjectView property.

SetObjectView is used to set the ObjectView property. See the ObjectView documentation for further details.

See Also