IBX.IBDatabaseINI.TIBDatabaseINI.Section

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property Section : String read FSection write SetSection;

C++

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

プロパティ

種類 可視性 ソース ユニット
property published
IBX.IBDatabaseINI.pas
IBX.IBDatabaseINI.hpp
IBX.IBDatabaseINI TIBDatabaseINI

説明

.INI ファイルの中で、情報が保存されているセクションを示します。

Section プロパティは、.INI ファイルにおいて、データベース情報が保存されているセクションの名前を示します。

関連項目