end;
procedure TBag.Change;
begin
if not Locked then
if Assigned(FOnChange) then FOnChange(Self);
procedure TBag.SetLocking(Updating: Boolean);
if Updating then { Bag has become unlocked }
Change;
TStrings = class(TPersistent)
private
FUpdateCount: Integer;
Protected
procedure Exchange(Index1, Index2: Integer); virtual;
procedure SetUpdateState(Updating: Boolean); virtual;
public
procedure BeginUpdate;
procedure EndUpdate;
procedure Changed; virtual;
procedure Changing; virtual;
上一页 [1] [2]
Copyright @ 2007-2012 敏韬网(敏而好学,文韬武略--MinTao.Net)(学习笔记) Inc All Rights Reserved. 闵涛 E_mail:admin@mintao.net(欢迎提供学习资源)
鄂公网安备 42011102001154号
站长:MinTao ICP备案号:鄂ICP备11006601号-18