TAdvPopupTouchKeyBoard

How can I add keys to AdvPopupTouchKeyBoard?

Where can I find real examples of using this component?
Francisco Alvarado

Keyboard layouts can be saved & loaded at any time. For this, TAdvTouchkeyboard exposes two methods:

SaveKeybLayout(FileName: string);  

LoadKeybLayout(FileName: string); 

Did you have a look at the AdvTouchKeyboard demo ?