FireDAC.Phys.IBBase.TFDIBSecurity.Modified

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Modified: TIBSecurityValues read FModified write FModified default [];

C++

__property Firedac::Phys::Ibwrapper::TIBSecurityValues Modified = {read=FModified, write=FModified, default=0};

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Phys.IBBase.pas
FireDAC.Phys.IBBase.hpp
FireDAC.Phys.IBBase TFDIBSecurity

Description

A list of modified user attributes.

The Modified property is automatically updated when an application is updating the AXxxx properties. The AddUser and ModifyUser methods use only AXxxx property values, which have corresponding flags in the Modified property value.

See Also