DBActns.TDataSetPost のメンバ

From RAD Studio VCL Documentation (Japanese)
Jump to: navigation, search

Contents

Delphi の情報

親クラス: TDataSetAction

property DataSource public

アクションのターゲットへのアクセスを提供します。

method GetDataSet protected

親クラス: TCustomAction

event OnHint public

OnHint イベントは,クライアントコントロールまたはメニュー項目の上でマウスが停止したときに発生します。

property Visible public

クライアント項目およびメニュー項目の Visible プロパティを指定します。

property SecondaryShortCuts public

(ShortCut に加えて)クライアントを起動するためのショートカットを指定します。

property ShortCut public

クライアントメニュー項目の ShortCut プロパティを指定します。

property ImageIndex public

クライアントコントロールおよびメニュー項目の ImageIndex プロパティを示します。

property Hint public

クライアントコントロールおよびメニュー項目の Help ヒントを示します。

property HelpType public

ヘルプの呼び出しに使用するクライアントコントロールおよびメニュー項目のメカニズムを示します。

property HelpKeyword public

クライアントコントロールおよびメニュー項目のヘルプキーワードを示します。

property HelpContext public

クライアントコントロールおよびメニュー項目のヘルプコンテキスト ID を示します。

property GroupIndex public

アクションが,同じアクションリストに複数のアクションを持つラジオボタンとして動作するかどうかを示します。

property Enabled public

クライアントコントロールおよびメニュー項目が有効になっているかどうかを示します。

property DisableIfNoHandler public

ハンドラが見つからない場合にクライアントコンポーネントが無効になるかどうかを示します。

property Checked public

クライアントコントロールおよびメニュー項目がチェックされたものとして表示されるかどうかを示します。

property Caption public

クライアントコントロールおよびメニュー項目のキャプションを表します。

property AutoCheck public

アクションの実行時に Checked プロパティが切り替わるかどうかを制御します。

method DoHint public

OnHint イベントを生成します。

property SavedEnabledState protected

アクション保留時に Enabled プロパティを保存します。

method HandleShortCut protected

ユーザーが独自のショートカットを入力したときにアクションを実行します。

method SetHelpKeyword protected

クライアントのヘルプ キーワードを設定するためのインターフェイスを導入します。

method SetHelpContext protected

クライアントのヘルプ コンテンツを設定するためのインターフェイスを導入します。

親クラス: TContainedAction

property Category published

アクションリストまたはアクションマネージャでアクションが表示されるカテゴリを指定します。

property Index public

アクションリストまたはアクションマネージャ内のアクションのインデックスを指定します。

property ActionList public

アクションを格納するアクションリストまたはアクションマネージャを示します。

親クラス: TBasicAction

event OnUpdate public

アプリケーションがアイドルなときや,アクションリストが更新されたときに発生します。

event OnExecute public

リンクされているクライアントのイベントが生成されたときに発生します。

property ActionComponent public

当該アクションを実行させたクライアントコンポーネントを示します。

method Update public

アプリケーションがアイドルのときに一元化されたコードを実行する機会を提供します。

method UnRegisterChanges public

アクションとアクションリンクの関連付けを破棄します。

method RegisterChanges public

アクションをアクションリンクと関連付けます。

method Execute public

OnExecute イベントを生成します。

method ExecuteTarget public

ターゲットクライアントコンポーネントまたはコントロールでアクションを起動するためのインターフェースを導入します。

method UpdateTarget public

アクションが更新されたときにクライアントに通知するためのメソッドのインターフェースを導入します。

method HandlesTarget public

ターゲットコンポーネントやコントロールの型と状態がアクションに適しているかどうかをチェックするためのインターフェースを提供します。

property Clients protected

クライアント アクションを指定します。

event OnChange protected

OnChange イベントは,アクションのプロパティのいずれかが変更されたときに発生します。

method SetOnExecute protected

OnExecute イベントハンドラを割り当てます。

method Change protected

OnChange イベントを生成します。

親クラス: TComponent

property Tag published

整数値をコンポーネントの一部として格納します。

property Name published

コードでコンポーネントを参照するときの名前を指定します。

property VCLComObject public

COM をサポートしているコンポーネントによって内部的に使用される情報を表します。

property Owner public

コンポーネントをストリーム化および解放する権限を持つコンポーネントを示します。

property DesignInfo public

フォームデザイナで使用する情報を保持します。

property ComponentStyle public

コンポーネントの動作を決定します。

property ComponentState public

コンポーネントの現在の状態を検知して,コンポーネントで特定のアクションを実行してはならない場合を示します。

property ComponentIndex public

オーナーの Components プロパティ配列におけるコンポーネントの位置を示します。

property ComponentCount public

そのコンポーネントが所有しているコンポーネントの数を示します。

property Components public

そのコンポーネントが所有しているすべてのコンポーネントのリストを表示します。

property ComObject public

コンポーネントが実装するインターフェース参照を指定します。

method ReferenceInterface public

指定したインターフェースの実装オブジェクトが破棄された場合に,当該コンポーネントに通知する内部リンクを確立または削除します。

method IsImplementorOf public

IsImplementorOf は,コンポーネントが指定したインターフェースを実装するかどうかを示します。

method UpdateAction public

アクションの状態を更新します。

method SetSubComponent public

コンポーネントが下位コンポーネントかどうかを示します。

method RemoveComponent public

指定したコンポーネントをコンポーネントの Components リストから削除します。

method InsertComponent public

コンポーネントを指定したコンポーネントのオーナーにします。

method HasParent public

コンポーネントが親を持つかどうかを検証します。

method GetParentComponent public

コンテナ コンポーネントを返します。

method GetEnumerator public

TComponent の列挙子を返します。

method FreeOnRelease public

COM クラスから作成されたコンポーネントのインターフェース参照を解放します。

method RemoveFreeNotification public

FreeNotification で有効にされた破棄通知を無効にします。

method FreeNotification public

コンポーネントが破棄されることを AComponent に通知します。

method FindComponent public

指定したコンポーネントが別のコンポーネントによって所有されているかどうかを示します。

method ExecuteAction public

アクションを実行します。

method Destroying public

コンポーネントおよびその所有コンポーネントが破棄されることを示します。

method DestroyComponents public

すべての所有コンポーネントを削除します。

method Invoke protected

コンポーネントが Automation オブジェクトをラップするときに Automation オブジェクトのプロパティおよびメソッドへのアクセスを提供します。

method GetIDsOfNames protected

1 つのメンバーと引数名のオプションセットを対応する整数ディスパッチ識別子(dispID)のセットにマッピングします。

method GetTypeInfo protected

オブジェクトの型情報を取り出します。

method GetTypeInfoCount protected

オブジェクトが提供する型情報インターフェースの個数(0 または 1)を返します。

method _Release protected

アプリケーションがコンポーネントのインターフェースを解放するときに呼び出されます。

method _AddRef protected

アプリケーションがコンポーネントのインターフェースを使用するときに呼び出されます。

method QueryInterface protected

指定されたインターフェースをオブジェクトがサポートしている場合,そのインターフェースへの参照を返します。

method RemoveFreeNotifications protected
method WriteState protected

コンポーネントの状態を書き込みます。

method ValidateInsert protected

子コンポーネントの挿入前にそれを検証するメソッドのインターフェースを提供します。

method ValidateContainer protected

コンテナオブジェクトにオブジェクトを挿入できるかどうかを決定します。

method ValidateRename protected

所有コンポーネントの名前を重複しない名前に変更します。

method UpdateRegistry protected

COM インターフェースを実装するコンポーネントに対して,タイプライブラリとバージョン情報をレジストリに追加するメソッドのインターフェースを提供します。

method Updated protected

コンポーネントの更新が終了したときに,コンポーネントの ComponentState プロパティの csUpdating 状態をクリアします。

method Updating protected

コンポーネントの ComponentState プロパティの csUpdating 状態を設定します。

method SetParentComponent protected

親コンポーネントを設定します。

method SetChildOrder protected

子コントロールの表示順序を設定します。

method SetName protected

Name プロパティの値を設定します。

method SetDesignInstance protected

設計時に挿入されたコンポーネントに設計モードのフラグを設定させます。

method SetInline protected

コンポーネントの ComponentState プロパティの csInline ビットを設定します。

method SetDesigning protected

設計時に挿入されたコンポーネントに設計モードのフラグを設定させます。

method SetAncestor protected

コンポーネントの ComponentState プロパティに csAncestor 状態を設定したり、設定解除します。

method ReadState protected

コンポーネントの状態を読み込みます。

method PaletteCreated protected

コンポーネントがコンポーネントパレットから作成されたときに応答します。

method Notification protected

すべての所有コンポーネントにメッセージを通知します。

method Loaded protected

フォームファイルがメモリに読み出された後にコンポーネントを初期化します。

method GetChildParent protected

親を返すか,または親がない場合は,ストリームから読み出される子コンポーネントのオーナーを返します。

method GetChildOwner protected

ストリームから読み出される子コンポーネントのオーナーを返します。

method GetChildren protected

子コンポーネントをすべて列挙します。

method ChangeName protected

NewName パラメータで渡された文字列に対する Name プロパティを格納するプライベートな内部記憶を設定します。

親クラス: TPersistent

method GetNamePath public

オブジェクトインスペクタに表示されるオブジェクト名を返します。

method Assign public

ほかの類似オブジェクトの内容をコピーします。

method GetOwner protected

オブジェクトのオーナーを返します。

method DefineProperties protected

パブリッシュされていないデータを,敢えて読み書きするためのインターフェースを提供します。

method AssignTo protected

オブジェクトのプロパティをコピー先のオブジェクトにコピーします。

親クラス: TObject

method Destroy public

オブジェクトインスタンスを破棄します。

method FreeInstance public

NewInstance メソッドの前回の呼び出しによって割り当てられたメモリを解除します。

method NewInstance public

オブジェクト型のインスタンスにメモリを割り当て,その新しいインスタンスを指すポインタを返します。

method DefaultHandler public

メッセージレコードを処理するメソッドのインターフェースを提供します。

method Dispatch public

Message パラメータの内容に基づいてオブジェクトのメッセージ処理メソッドを呼び出します。

method BeforeDestruction public

最初のデストラクタが実行される前に応答します。

method AfterConstruction public

最後のコンストラクタが実行された後で応答します。

method SafeCallException public

safecall 呼び出し規約を使って宣言されたメソッド内での例外を処理します。

method ToString public

クラス名を表す文字列を返します。

method GetHashCode public

ハッシュ コードを表す整数を返します。

method Equals public

現在のインスタンスとパラメータが等しいかどうかを調べます。

method UnitName public

ユニット名を表す文字列を返します。

method GetInterfaceTable public

指定したクラスで実装されているすべてのインターフェースが入った構造体のポインタを返します。

method GetInterfaceEntry public

クラス内で実現された特定のインターフェースのエントリを返します。

method GetInterface public

指定したインターフェースを取り出します。

method FieldAddress public

パブリッシュオブジェクト項目のアドレスを返します。

method MethodName public

アドレスを指定すると、クラス メソッドの名前を返します。

method MethodAddress public

名前を指定すると、クラス メソッドのアドレスを返します。

method InheritsFrom public

2 つのオブジェクト型の関係を調べます。

method InstanceSize public

オブジェクト型の各インスタンスのサイズをバイト数で返します。

method ClassInfo public

オブジェクト型の実行時型情報(RTTI)テーブルを指すポインタを返します。

method ClassParent public

1 つ上位のクラスの型を返します。

method ClassNameIs public

オブジェクトが指定の型かどうかを示します。

method ClassName public

引数で渡される変数の型ではなくオブジェクトインスタンスの型を示す文字列を返します。

method ClassType public

オブジェクトのクラスへのクラス参照を返します。

method CleanupInstance public

クラス内の長い文字列とバリアントとインターフェース変数に対する終了処理を実行します。

method InitInstance public

新しく割り当てられたオブジェクトインスタンスをすべて 0 に初期化し,インスタンスの仮想メソッドテーブルポインタを初期化します。

method Free public

オブジェクトを破棄し,必要ならば関連付けられているメモリを解放します。

method Create public

オブジェクトを作成し,そのオブジェクトが最初に使用される前にデータを初期化します。


ユニット: DBActns

所属クラス: TDataSetPost

C++ の情報

親クラス: TDataSetAction

method ~TDataSetAction publicDbactns.TDataSetAction.~TDataSetAction
method TDataSetAction publicDbactns.TDataSetAction.TDataSetAction
property DataSource publicDbactns.TDataSetAction.DataSource
method GetDataSet protectedDbactns.TDataSetAction.GetDataSet

親クラス: TAction

method ~TAction publicActnlist.TAction.~TAction
method TAction publicActnlist.TAction.TAction

親クラス: TCustomAction

event OnHint publicActnlist.TCustomAction.OnHint
property Visible publicActnlist.TCustomAction.Visible
property SecondaryShortCuts publicActnlist.TCustomAction.SecondaryShortCuts
property ShortCut publicActnlist.TCustomAction.ShortCut
property ImageIndex publicActnlist.TCustomAction.ImageIndex
property Hint publicActnlist.TCustomAction.Hint
property HelpType publicActnlist.TCustomAction.HelpType
property HelpKeyword publicActnlist.TCustomAction.HelpKeyword
property HelpContext publicActnlist.TCustomAction.HelpContext
property GroupIndex publicActnlist.TCustomAction.GroupIndex
property Enabled publicActnlist.TCustomAction.Enabled
property DisableIfNoHandler publicActnlist.TCustomAction.DisableIfNoHandler
property Checked publicActnlist.TCustomAction.Checked
property Caption publicActnlist.TCustomAction.Caption
property AutoCheck publicActnlist.TCustomAction.AutoCheck
method DoHint publicActnlist.TCustomAction.DoHint
method ~TCustomAction publicActnlist.TCustomAction.~TCustomAction
method TCustomAction publicActnlist.TCustomAction.TCustomAction
property SavedEnabledState protectedActnlist.TCustomAction.SavedEnabledState
method HandleShortCut protectedActnlist.TCustomAction.HandleShortCut
method SetHelpKeyword protectedActnlist.TCustomAction.SetHelpKeyword
method SetHelpContext protectedActnlist.TCustomAction.SetHelpContext
field FMask protectedActnlist.TCustomAction.FMask
field FImage protectedActnlist.TCustomAction.FImage

親クラス: TContainedAction

method TContainedAction publicActnlist.TContainedAction.TContainedAction
property Category publicActnlist.TContainedAction.Category
property Index publicActnlist.TContainedAction.Index
property ActionList publicActnlist.TContainedAction.ActionList
method ~TContainedAction publicActnlist.TContainedAction.~TContainedAction

親クラス: TBasicAction

event OnUpdate public

アプリケーションがアイドルなときや,アクションリストが更新されたときに発生します。

event OnExecute public

リンクされているクライアントのイベントが生成されたときに発生します。

property ActionComponent public

当該アクションを実行させたクライアントコンポーネントを示します。

method Update public

アプリケーションがアイドルのときに一元化されたコードを実行する機会を提供します。

method UnRegisterChanges public

アクションとアクションリンクの関連付けを破棄します。

method RegisterChanges public

アクションをアクションリンクと関連付けます。

method Execute public

OnExecute イベントを生成します。

method ExecuteTarget public

ターゲットクライアントコンポーネントまたはコントロールでアクションを起動するためのインターフェースを導入します。

method UpdateTarget public

アクションが更新されたときにクライアントに通知するためのメソッドのインターフェースを導入します。

method HandlesTarget public

ターゲットコンポーネントやコントロールの型と状態がアクションに適しているかどうかをチェックするためのインターフェースを提供します。

method ~TBasicAction publicClasses.TBasicAction.~TBasicAction
method TBasicAction publicClasses.TBasicAction.TBasicAction
property Clients protected

クライアント アクションを指定します。

event OnChange protected

OnChange イベントは,アクションのプロパティのいずれかが変更されたときに発生します。

method SetOnExecute protected

OnExecute イベントハンドラを割り当てます。

method Change protected

OnChange イベントを生成します。

field FClients protected

アクションのリストを指定します。

親クラス: TComponent

method operator () public
property Tag public

整数値をコンポーネントの一部として格納します。

property Name public

コードでコンポーネントを参照するときの名前を指定します。

property VCLComObject public

COM をサポートしているコンポーネントによって内部的に使用される情報を表します。

property Owner public

コンポーネントをストリーム化および解放する権限を持つコンポーネントを示します。

property DesignInfo public

フォームデザイナで使用する情報を保持します。

property ComponentStyle public

コンポーネントの動作を決定します。

property ComponentState public

コンポーネントの現在の状態を検知して,コンポーネントで特定のアクションを実行してはならない場合を示します。

property ComponentIndex public

オーナーの Components プロパティ配列におけるコンポーネントの位置を示します。

property ComponentCount public

そのコンポーネントが所有しているコンポーネントの数を示します。

property Components public

そのコンポーネントが所有しているすべてのコンポーネントのリストを表示します。

property ComObject public

コンポーネントが実装するインターフェース参照を指定します。

method ReferenceInterface public

指定したインターフェースの実装オブジェクトが破棄された場合に,当該コンポーネントに通知する内部リンクを確立または削除します。

method IsImplementorOf public

IsImplementorOf は,コンポーネントが指定したインターフェースを実装するかどうかを示します。

method UpdateAction public

アクションの状態を更新します。

method SetSubComponent public

コンポーネントが下位コンポーネントかどうかを示します。

method RemoveComponent public

指定したコンポーネントをコンポーネントの Components リストから削除します。

method InsertComponent public

コンポーネントを指定したコンポーネントのオーナーにします。

method HasParent public

コンポーネントが親を持つかどうかを検証します。

method GetParentComponent public

コンテナ コンポーネントを返します。

method GetEnumerator public

TComponent の列挙子を返します。

method FreeOnRelease public

COM クラスから作成されたコンポーネントのインターフェース参照を解放します。

method RemoveFreeNotification public

FreeNotification で有効にされた破棄通知を無効にします。

method FreeNotification public

コンポーネントが破棄されることを AComponent に通知します。

method FindComponent public

指定したコンポーネントが別のコンポーネントによって所有されているかどうかを示します。

method ExecuteAction public

アクションを実行します。

method Destroying public

コンポーネントおよびその所有コンポーネントが破棄されることを示します。

method DestroyComponents public

すべての所有コンポーネントを削除します。

method ~TComponent publicClasses.TComponent.~TComponent
method TComponent publicClasses.TComponent.TComponent
method Invoke protected

コンポーネントが Automation オブジェクトをラップするときに Automation オブジェクトのプロパティおよびメソッドへのアクセスを提供します。

method GetIDsOfNames protected

1 つのメンバーと引数名のオプションセットを対応する整数ディスパッチ識別子(dispID)のセットにマッピングします。

method GetTypeInfo protected

オブジェクトの型情報を取り出します。

method GetTypeInfoCount protected

オブジェクトが提供する型情報インターフェースの個数(0 または 1)を返します。

method _Release protected

アプリケーションがコンポーネントのインターフェースを解放するときに呼び出されます。

method _AddRef protected

アプリケーションがコンポーネントのインターフェースを使用するときに呼び出されます。

method QueryInterface protected

指定されたインターフェースをオブジェクトがサポートしている場合,そのインターフェースへの参照を返します。

method RemoveFreeNotifications protected
method WriteState protected

コンポーネントの状態を書き込みます。

method ValidateInsert protected

子コンポーネントの挿入前にそれを検証するメソッドのインターフェースを提供します。

method ValidateContainer protected

コンテナオブジェクトにオブジェクトを挿入できるかどうかを決定します。

method ValidateRename protected

所有コンポーネントの名前を重複しない名前に変更します。

method UpdateRegistry protected

COM インターフェースを実装するコンポーネントに対して,タイプライブラリとバージョン情報をレジストリに追加するメソッドのインターフェースを提供します。

method Updated protected

コンポーネントの更新が終了したときに,コンポーネントの ComponentState プロパティの csUpdating 状態をクリアします。

method Updating protected

コンポーネントの ComponentState プロパティの csUpdating 状態を設定します。

method SetParentComponent protected

親コンポーネントを設定します。

method SetChildOrder protected

子コントロールの表示順序を設定します。

method SetName protected

Name プロパティの値を設定します。

method SetDesignInstance protected

設計時に挿入されたコンポーネントに設計モードのフラグを設定させます。

method SetInline protected

コンポーネントの ComponentState プロパティの csInline ビットを設定します。

method SetDesigning protected

設計時に挿入されたコンポーネントに設計モードのフラグを設定させます。

method SetAncestor protected

コンポーネントの ComponentState プロパティに csAncestor 状態を設定したり、設定解除します。

method ReadState protected

コンポーネントの状態を読み込みます。

method PaletteCreated protected

コンポーネントがコンポーネントパレットから作成されたときに応答します。

method Notification protected

すべての所有コンポーネントにメッセージを通知します。

method Loaded protected

フォームファイルがメモリに読み出された後にコンポーネントを初期化します。

method GetChildParent protected

親を返すか,または親がない場合は,ストリームから読み出される子コンポーネントのオーナーを返します。

method GetChildOwner protected

ストリームから読み出される子コンポーネントのオーナーを返します。

method GetChildren protected

子コンポーネントをすべて列挙します。

method ChangeName protected

NewName パラメータで渡された文字列に対する Name プロパティを格納するプライベートな内部記憶を設定します。

field FComponentStyle protected

FComponentStyle は、ComponentStyle 読み取り専用プロパティに対応するフィールドです。

親クラス: TPersistent

method TPersistent publicClasses.TPersistent.TPersistent
method GetNamePath public

オブジェクトインスペクタに表示されるオブジェクト名を返します。

method Assign public

ほかの類似オブジェクトの内容をコピーします。

method ~TPersistent publicClasses.TPersistent.~TPersistent
method GetOwner protected

オブジェクトのオーナーを返します。

method DefineProperties protected

パブリッシュされていないデータを,敢えて読み書きするためのインターフェースを提供します。

method AssignTo protected

オブジェクトのプロパティをコピー先のオブジェクトにコピーします。

親クラス: TObject

method ~TObject publicSystem.TObject.~TObject
method FreeInstance public

NewInstance メソッドの前回の呼び出しによって割り当てられたメモリを解除します。

method NewInstance protected

オブジェクト型のインスタンスにメモリを割り当て,その新しいインスタンスを指すポインタを返します。

method DefaultHandler public

メッセージレコードを処理するメソッドのインターフェースを提供します。

method Dispatch public

Message パラメータの内容に基づいてオブジェクトのメッセージ処理メソッドを呼び出します。

method BeforeDestruction public

最初のデストラクタが実行される前に応答します。

method AfterConstruction public

最後のコンストラクタが実行された後で応答します。

method SafeCallException public

safecall 呼び出し規約を使って宣言されたメソッド内での例外を処理します。

method ToString public

クラス名を表す文字列を返します。

method GetHashCode public

ハッシュ コードを表す整数を返します。

method Equals public

現在のインスタンスとパラメータが等しいかどうかを調べます。

method GetInterfaceTable public

指定したクラスで実装されているすべてのインターフェースが入った構造体のポインタを返します。

method GetInterfaceEntry public

クラス内で実現された特定のインターフェースのエントリを返します。

method GetInterface public

指定したインターフェースを取り出します。

method UnitName public

ユニット名を表す文字列を返します。

method MethodName public

アドレスを指定すると、クラス メソッドの名前を返します。

method MethodAddress public

名前を指定すると、クラス メソッドのアドレスを返します。

method InheritsFrom public

2 つのオブジェクト型の関係を調べます。

method InstanceSize public

オブジェクト型の各インスタンスのサイズをバイト数で返します。

method ClassInfo public

オブジェクト型の実行時型情報(RTTI)テーブルを指すポインタを返します。

method ClassParent public

1 つ上位のクラスの型を返します。

method ClassNameIs public

オブジェクトが指定の型かどうかを示します。

method ClassName public

引数で渡される変数の型ではなくオブジェクトインスタンスの型を示す文字列を返します。

method InitInstance public

新しく割り当てられたオブジェクトインスタンスをすべて 0 に初期化し,インスタンスの仮想メソッドテーブルポインタを初期化します。

method FieldAddress public

パブリッシュオブジェクト項目のアドレスを返します。

method CleanupInstance public

クラス内の長い文字列とバリアントとインターフェース変数に対する終了処理を実行します。

method ClassType public

オブジェクトのクラスへのクラス参照を返します。

method Free public

オブジェクトを破棄し,必要ならば関連付けられているメモリを解放します。

method TObject publicSystem.TObject.TObject


ユニット: DBActns

所属クラス: TDataSetPost


説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。

Personal tools