Using DevExpress In FastScript

edited 3:47PM in FastScript
;)

Hi,
i did make this:

fsglobalunit.addclass(tcxtextedit,'tcxtexedit');


Editor:

var
t : tcxtextedit;

begin
t := tcxtextedit.create(form1);
t.setbounds(10,10,20,40);
t.parent := form1;



end;

But exist one error:
Stack overflow.

How can import devexpress and create objects????

thanks.

Marcelo

Comments

  • edited 3:47PM
    AddClass requires 2 params: 1) class, 2) name of ancestor of the class (not the class name!)

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.