Jump to content


AndreyDelphi

Member Since 20 Mar 2017
Offline Last Active Mar 23 2017 04:18 PM
-----

Posts I've Made

In Topic: Event OnEdit & OnChange from NxInspector 4&5

23 March 2017 - 04:19 PM

Sorry. I decided that using AutoAssign := True;


In Topic: Event OnEdit & OnChange from NxInspector 4&5

21 March 2017 - 08:36 PM

Hi,

If you connect InplaceEdit property to one of the Editors (NxButtonEdit, NxSpinEdit etc.) you can use other events you need from edit.

You place (or create in code) instance of (for example) TNxButtonEdit and then connect:

MyItem.InplaceEdit := NxButtonEdit1;

Please, i need a example.

 

Best regards.