Read a PB component property

ContextKeyword lkw
String ls_values[]

getContextService( "keyword", lkw)

ls_prop = "com.realhowto.myvar"
lkw.getContextKeywords( ls_prop, ls_values)
// then ls_values[1] should have the value



If you find this article useful, consider making a small donation
to show your support for this Web site and its content.

Written and compiled by Réal Gagnon ©1998-2010
[ home ]