IBX.IBDatabaseINI.TIBDatabaseINI.Section

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Section : String read FSection write SetSection;

C++

__property System::UnicodeString Section = {read=FSection, write=SetSection};

Properties

Type Visibility Source Unit Parent
property published
IBX.IBDatabaseINI.pas
IBX.IBDatabaseINI.hpp
IBX.IBDatabaseINI TIBDatabaseINI

Description

Specifies the section where the information is stored in the .INI filename.

The Section property specifies the name of the section where the database information is stored inside the .INI filename.

See Also