Data.DB.TDataSet.SetObjectView

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetObjectView(const Value: Boolean);

C++

void __fastcall SetObjectView(const bool Value);

Properties

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

Description

Sets the ObjectView property.

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

See Also