RES: JvInspector without variable
"cassab" <[email protected]> Fri, 5 Aug 2005 13:13:27 -0300
| Newsgroups | gmane.comp.lang.delphi.jedi |
|---|---|
| Message-ID | <[email protected]> |
Nope. I'll try to explaint better: this is the Inspector: +------------------------------------+ | Field Name | Field Value | +------------------------------------+ To do that, i use the comand: var FieldValue: Integer; TJvInspectorVarData.New(confPlugins, 'FieldName' , TypeInfo(Integer) , @FieldValue).DisplayName := 'FieldName'; Now, i whant to do this: +--------------------------------+ | MyName | GUSTAVO | +--------------------------------+ Only show the value "Gustavo"... the user will not edit it. The comand (just an example, cause don't work) TJvInspectorVarData.New(confPlugins, 'FieldName' , TypeInfo(String) , 'GUSTAVO').DisplayName := 'My Name'; Thanks. _____ De: [email protected] [mailto:[email protected]] Em nome de Marcel Bestebroer Enviada em: sexta-feira, 5 de agosto de 2005 11:52 Para: [email protected] Assunto: Re: [Delphi-JEDI] JvInspector without variable Luiz Gustavo Cerqueira Cassab wrote: > I just want to show the user some valuers, so, can i use JvInspector > do show the name of a property and the value, without use a variable ? > > Example : > > TJvInspectorVarData.New(confPlugins, IntToStr(i) , TypeInfo(Integer) , > THE_VALUE_TO_SHOW).DisplayName := MainApp.GetPluginName(i); I don't quite understand what you intend to do. If you want to show the name and value of a property, you can use TJvInspectorPropData.New(...). -- Marcel Bestebroer (Team JEDI) HYPERLINK "http://delphi-jedi.org"http://delphi-jedi.org Project JEDI Help coordinator JEDI.NET team coordinator _____ YAHOO! GROUPS LINKS * Visit your group "HYPERLINK "http://groups.yahoo.com/group/Delphi-JEDI"Delphi-JEDI" on the web. * To unsubscribe from this group, send an email to: HYPERLINK "mailto:[email protected]?subject=Unsubscribe"Delphi-J [email protected] * Your use of Yahoo! Groups is subject to the HYPERLINK "http://docs.yahoo.com/info/terms/"Yahoo! Terms of Service. _____ -- Internal Virus Database is out-of-date. Checked by AVG Anti-Virus. Version: 7.0.323 / Virus Database: 267.6.6 - Release Date: 8/6/2005 -- Internal Virus Database is out-of-date. Checked by AVG Anti-Virus. Version: 7.0.323 / Virus Database: 267.6.6 - Release Date: 8/6/2005 [Non-text portions of this message have been removed] ------------------------ Yahoo! Groups Sponsor --------------------~--> <font face=arial size=-1><a href="http://us.ard.yahoo.com/SIG=12hjk24k5/M=362131.6882499.7825260.1510227/D=groups/S=1705115362:TM/Y=YAHOO/EXP=1123265906/A=2889191/R=0/SIG=10r90krvo/*http://www.thebeehive.org ">Get Bzzzy! (real tools to help you find a job) Welcome to the Sweet Life - brought to you by One Economy</a>.</font> --------------------------------------------------------------------~-> Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/Delphi-JEDI/ <*> To unsubscribe from this group, send an email to: [email protected] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/