Data.SqlExpr.TSQLConnection.DefineProperties
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: Data.SqlExpr.pas Data.SqlExpr.hpp
| |
Unit: Data.SqlExpr | |
Parent: TSQLConnection |
Delphi
procedure DefineProperties(Filer: TFiler); override;
C++
virtual void __fastcall DefineProperties(System::Classes::TFiler* Filer);
Description
Used internally by the streaming system.
DefineProperties is called automatically as part of the component streaming system; do not call it directly.