Subject | Re: [IBO] Using colorscheme |
---|---|
Author | nibler@t-online.de |
Post date | 2003-05-12T14:08:07Z |
Riho-Rene,
procedure TForm1.IB_SessionProps1GetDataLinkColor(Sender: TIB_Session;
DataLink: TIB_DataLink; var StateColor: TColor);
begin
MyControl.Color := IB_Edit1.color
end;
Harald
> I use some ordinary controls together with TIB_Edits.Best way is to use IB_SessionProps and then
> When dataset enteres Edit or Delete state then the TIB fields change color.
> How can I catch this change and paint also other controls?
procedure TForm1.IB_SessionProps1GetDataLinkColor(Sender: TIB_Session;
DataLink: TIB_DataLink; var StateColor: TColor);
begin
MyControl.Color := IB_Edit1.color
end;
Harald