티스토리 뷰

Data.DB.TDataSet.AfterClose

Up to Parent: TDataSet

Delphi

property AfterClose: TDataSetNotifyEvent read FAfterClose write FAfterClose;

C++

__property TDataSetNotifyEvent AfterClose = {read=FAfterClose, write=FAfterClose};

 

Properties

Type

Visibility

Source

Unit

Parent

event

public

Data.DB.pas

Data.DB.hpp

Data.DB

TDataSet

Description

Occurs after / an application closes a dataset.

Write an AfterClose event handler / to take specific action immediately after / an application closes a dataset.

For example, / as a security measure, / an application / might clear a PASSWORD entry / from the Params property of a TSQLConnection component / when the dataset is closed.

AfterClose / is called after a dataset is closed / and the dataset state is set to dsInactive.

AfterClose / is an event handler of type Data.DB.TDataSetNotifyEvent.

 

응용 프로그램이 데이터 세트를 닫은 후에 발생합니다.

AfterClose 이벤트 핸들러를 작성하여 응용 프로그램이 데이터 세트를 닫은 직후에 특정 작업을 수행합니다.

예를 들어, 보안 조치로서, 응용 프로그램은 데이터 세트가 닫힐 때 TSQLConnection 구성 요소의 Params 속성에서 PASSWORD 항목을 지울 수 있습니다.

AfterClose는 데이터 세트가 닫히고 데이터 세트 상태가 dsInactive로 설정된 후에 호출됩니다.

AfterClose Data.DB.TDataSetNotifyEvent 형식의 이벤트 처리기입니다.

 

security measure 

보안조치


출처: http://docwiki.embarcadero.com/Libraries/XE2/en/Data.DB.TDataSet.AfterClose

'프로그래밍 언어 > Delphi' 카테고리의 다른 글

[Reference] TDataSet.AfterInsert  (0) 2016.12.25
[Reference] TDataSet.BeforeInsert  (0) 2016.12.24
[Reference] TDataSet.BeforeClose  (0) 2016.12.22
[Reference] TDataSet.AfterOpen  (0) 2016.12.21
[Reference] TDataSet.BeforeOpen  (0) 2016.12.20
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
«   2024/05   »
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
글 보관함